aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc/parser-text.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/racc/parser-text.rb')
-rw-r--r--lib/racc/parser-text.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/parser-text.rb b/lib/racc/parser-text.rb
index 028af61e4c..31b8e2c01f 100644
--- a/lib/racc/parser-text.rb
+++ b/lib/racc/parser-text.rb
@@ -199,7 +199,7 @@ module Racc
else
require 'racc/cparse'
end
- # Racc_Runtime_Core_Version_C = (defined in extention)
+ # Racc_Runtime_Core_Version_C = (defined in extension)
Racc_Runtime_Core_Revision_C = Racc_Runtime_Core_Id_C.split[2]
unless new.respond_to?(:_racc_do_parse_c, true)
raise LoadError, 'old cparse.so'