diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-13 23:36:18 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-13 23:36:18 +0900 |
| commit | e9fe337b952731226449027a4c34471af27b23e6 (patch) | |
| tree | 77b0097e93d105368890ab0611801225e72f7ec6 /src/gc.c | |
| parent | 116e128b1a103e2fb246cc9d53b82246b24dbd40 (diff) | |
| parent | 940dec5e7df1c4c7ec131073bd364ddd59d4b48c (diff) | |
| download | mruby-e9fe337b952731226449027a4c34471af27b23e6.tar.gz mruby-e9fe337b952731226449027a4c34471af27b23e6.zip | |
Merge pull request #5221 from jbampton/fix-spelling
Fix spelling
Diffstat (limited to 'src/gc.c')
| -rw-r--r-- | src/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ == Two White Types - There're two white color types in a flip-flop fashion: White-A and White-B, + There are two white color types in a flip-flop fashion: White-A and White-B, which respectively represent the Current White color (the newly allocated objects in the current GC cycle) and the Sweep Target White color (the dead objects to be swept). |
