Fix various typos mostly in documentation files
authorIvan Maidanski <ivmai@mail.ru>
Fri, 22 Mar 2019 07:04:52 +0000 (10:04 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Mar 2019 11:37:00 +0000 (14:37 +0300)
commita558019b2c61e0fdb20620a96211530f1425ac29
tree051a63cd91978da1d54aff68a27bdbc8e9c97c58
parent56321fd4b81825822c3e0cf16b81a18904d13fac
Fix various typos mostly in documentation files

* OS2_MAKEFILE: Fix a typo in comment ("it is there").
* README.md: Fix typos ("is not", "gc_inline.h", "bytes from",
"processed").
* doc/README.OS2: Fix typos ("how", "linking").
* doc/README.amiga: Fix typos ("GC", "e.g.", "GC_*_typed", "i.e.",
"SMakefile.amiga", "communications").
* doc/README.cmake: Fix a typo ("go to").
* doc/README.ews4800: Fix a typo ("a unique").
* doc/README.solaris2: Fix a typo ("toolchain").
* doc/finalization.md: Fix incorrect number of markup '#' symbols to
denote H2 header.
* doc/overview.md: Likewise.
* doc/gcdescr.md: Fix typos ("collects", "then advances", "is not",
"treated by").
* doc/gcinterface.md: Fix typos ("Build it", "Allocates",
"deallocates", "forces", "Causes", "Replaces", "Registers",
"traceable_alloc", "single_client_traceable_alloc").
* doc/leak.md: Fix typos ("there is", "provides").
* doc/overview.md (Further reading): Replace "&amp;" with "and".
* doc/porting.md: Add missing ")" symbol; add missing comma; fix typos
("region_start", "region_end", "collector's", "are needed",
"GC_save_callers").
* include/private/gc_priv.h: Fix a typo in comment ("gc_inline.h").
* os_dep.c [GWW_VDB] (detect_GetWriteWatch, GC_gww_read_dirty): Fix
abbreviation ("Win2K") in a comment.
* os_dep.c [MSWIN32] (GC_wnt): Likewise.
* os_dep.c [GWW_VDB] (GC_gww_read_dirty): Fix a typo in comment
("behavior").
15 files changed:
OS2_MAKEFILE
README.md
doc/README.OS2
doc/README.amiga
doc/README.cmake
doc/README.ews4800
doc/README.solaris2
doc/finalization.md
doc/gcdescr.md
doc/gcinterface.md
doc/leak.md
doc/overview.md
doc/porting.md
include/private/gc_priv.h
os_dep.c