diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-08-08 12:11:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-08-08 12:11:03 +0900 |
| commit | b609054f75158813c7556ec4477012aee9c30b89 (patch) | |
| tree | 4e2deb9068fba57de7b7d2ab4e4480eb122b4b83 /src | |
| parent | 918d4dc85cc4ad58b9e52cd705231fe50960286e (diff) | |
| parent | 33ace171c4e0627c37c5d8a5da5d00b3591ac866 (diff) | |
| download | mruby-b609054f75158813c7556ec4477012aee9c30b89.tar.gz mruby-b609054f75158813c7556ec4477012aee9c30b89.zip | |
Merge pull request #2516 from suzukaze/fix-typo-gc
Fix typo in gc.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -986,7 +986,7 @@ clear_all_old(mrb_state *mrb) incremental_gc_until(mrb, GC_STATE_ROOT); mrb->is_generational_gc_mode = origin_mode; - /* The gray objects has already been painted as white */ + /* The gray objects have already been painted as white */ mrb->atomic_gray_list = mrb->gray_list = NULL; } |
