diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-27 12:32:42 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-27 12:32:42 +0900 |
| commit | bf56ecd2bf4362d1b15f5d3ed0e337ab1c303b02 (patch) | |
| tree | b105741071702272f2e9c6233da6ac21d8596b65 /include | |
| parent | 5e479c66d56f5938f330e7e71313dc95747b3bb1 (diff) | |
| parent | 826e0b108f11a011c517d2de76a346901d55ac24 (diff) | |
| download | mruby-bf56ecd2bf4362d1b15f5d3ed0e337ab1c303b02.tar.gz mruby-bf56ecd2bf4362d1b15f5d3ed0e337ab1c303b02.zip | |
Merge pull request #5301 from shuujii/fix-typos-in-mruby-presym-disableenable.h
Fix typos in `mruby/presym/{disable,enable}.h` [ci skip]
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/presym/disable.h | 2 | ||||
| -rw-r--r-- | include/mruby/presym/enable.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/presym/disable.h b/include/mruby/presym/disable.h index 477405225..701b37f59 100644 --- a/include/mruby/presym/disable.h +++ b/include/mruby/presym/disable.h @@ -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 */ diff --git a/include/mruby/presym/enable.h b/include/mruby/presym/enable.h index 844518c24..f4e413532 100644 --- a/include/mruby/presym/enable.h +++ b/include/mruby/presym/enable.h @@ -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 */ |
