diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-01-27 12:18:41 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-01-27 12:18:41 +0900 |
| commit | 826e0b108f11a011c517d2de76a346901d55ac24 (patch) | |
| tree | b105741071702272f2e9c6233da6ac21d8596b65 /include | |
| parent | 5e479c66d56f5938f330e7e71313dc95747b3bb1 (diff) | |
| download | mruby-826e0b108f11a011c517d2de76a346901d55ac24.tar.gz mruby-826e0b108f11a011c517d2de76a346901d55ac24.zip | |
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 */ |
