Merge pull request #5301 from shuujii/fix-typos-in-mruby-presym-disableenable.h

Fix typos in `mruby/presym/{disable,enable}.h` [ci skip]
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-01-27 12:32:42 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/**
** @file mruby/presym/scanning.h - Disable Preallocated Symbols
** @file mruby/presym/disable.h - Disable Preallocated Symbols
**
** See Copyright Notice in mruby.h
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/**
** @file mruby/presym/scanning.h - Enable Preallocated Symbols
** @file mruby/presym/enable.h - Enable Preallocated Symbols
**
** See Copyright Notice in mruby.h
*/