diff options
Diffstat (limited to 'ext/mbstring/oniguruma/regint.h')
-rw-r--r-- | ext/mbstring/oniguruma/regint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/oniguruma/regint.h b/ext/mbstring/oniguruma/regint.h index a704b0e263..2bd514b7c3 100644 --- a/ext/mbstring/oniguruma/regint.h +++ b/ext/mbstring/oniguruma/regint.h @@ -73,7 +73,7 @@ #define DEFAULT_MATCH_STACK_LIMIT_SIZE 0 /* unlimited */ /* interface to external system */ -#ifdef NOT_RUBY /* gived from Makefile */ +#ifdef NOT_RUBY /* given from Makefile */ #include "config.h" #define USE_CAPTURE_HISTORY #define USE_VARIABLE_META_CHARS |