about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-07 16:47:38 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-07 16:47:38 -0700
commit1475c6ce69dab9a6679dc3237be7761afd29e998 (patch)
treec4a1b393e98ced09f2a3022f925c10ce4144439b
parent3547efe6386bb4ad224be49b723d16cde2067f9c (diff)
downloadclogger-1475c6ce69dab9a6679dc3237be7761afd29e998.tar.gz
-rw-r--r--ext/clogger_ext/clogger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/clogger_ext/clogger.c b/ext/clogger_ext/clogger.c
index b695a5b..63322f9 100644
--- a/ext/clogger_ext/clogger.c
+++ b/ext/clogger_ext/clogger.c
@@ -759,8 +759,8 @@ static void init_rack_utils_header_hash(void)
 {
         VALUE mRack, mUtils;
 #if 0
-  extra " is to disable rdoc (and so is avoiding a /* comment */) here
-  let me know if there's a better way...
+  extra double quotes below are to disable rdoc (and so is avoiding comments)
+  let me know if there is a better way...
 #endif
         rb_require("rack");
         mRack = rb_define_module("Rack""");