diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index 038fbf6428..c0aced8686 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -333,8 +333,8 @@ print < string - # RbConfig.fire_update!(key, val, mkconf, conf) -> string + # RbConfig.fire_update!(key, val) -> array + # RbConfig.fire_update!(key, val, mkconf, conf) -> array # # updates +key+ in +mkconf+ with +val+, and all values depending on # the +key+ in +mkconf+.