aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/rdoc/parser/c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/parser/c.rb b/lib/rdoc/parser/c.rb
index 707a898975..deaef4dc79 100644
--- a/lib/rdoc/parser/c.rb
+++ b/lib/rdoc/parser/c.rb
@@ -318,7 +318,7 @@ class RDoc::Parser::C < RDoc::Parser
\s*"(?<module_name_1>\w+)"\s*
\)
|
- _under\s*\( # rb_define_module_under(module_under, module_name_1)
+ _under\s*\( # rb_define_module_under(module_under, module_name_2)
\s*(?<module_under>\w+),
\s*"(?<module_name_2>\w+)"
\s*\)