summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-01-17 19:05:57 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-01-17 19:05:57 +0300
commit25aa62fee7b13902e4f0fbef3e42db22325a7614 (patch)
tree7be9bca42151effa9ebb5cc35039963acd5f5acf /ChangeLog
parent05b220b9846f8b4842d18530bf183275b873e538 (diff)
downloadbdwgc-25aa62fee7b13902e4f0fbef3e42db22325a7614.tar.gz
Fix typos in comments and documentation (regarding 'it is')
* ChangeLog (4.3): Fix typo ("it's"). * doc/platforms/README.amiga (GC_AMIGA_GC): Likewise. * extra/AmigaOS.c (GC_amiga_allocwrapper_any): Fix typo in comment ("it's"). * malloc.c (GC_free): Likewise. * new_hblk.c (GC_build_fl): Likewise. * os_dep.c [DATASTART_USES_BSDGETDATASTART] (GC_FreeBSDGetDataStart): Likewise. * reclaim.c (GC_start_reclaim): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c48937e..0ca5d390 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10527,7 +10527,7 @@ being collected or finalized.
the change in the definition of accessibility (by John Ellis).
* Added support for operator new[] (by John Ellis). Since most compilers
don't yet support operator new[], it is conditionalized on
--DOPERATOR_NEW_ARRAY. The code is untested, but its trivial and looks
+-DOPERATOR_NEW_ARRAY. The code is untested, but it's trivial and looks
correct.
* The test program test_gc_c++ (later renamed test_cpp.cc)
tries to test for the C++-specific functionality not tested by the