summaryrefslogtreecommitdiff
path: root/doc/README.amiga
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-19 01:52:59 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-19 01:54:21 +0300
commit6afeb18117c451fd273b1a9534c0fba0af13ce0a (patch)
treee6f1f9c73b68c119572dd09e1ee78a63698b1ac6 /doc/README.amiga
parentbaf4932161ca6dc32a59d89be52a89517a97d152 (diff)
downloadbdwgc-6afeb18117c451fd273b1a9534c0fba0af13ce0a.tar.gz
Fix various typos in doc/README and .html files
* doc/README.Mac: Fix a typo ("command-line"). * doc/README.amiga: Fix typos ("recommendation", "compiling", "favorably"). * doc/README.cords: Fix a typo ("and"). * doc/README.macros: Fix a typo ("canceled"). * doc/README.sgi: Fix a typo ("related"). * doc/README.solaris2: Fix a typo ("offset"). * doc/leak.html: Fix a typo ("e.g."). * doc/overview.html: Fix a typo ("December"). * doc/porting.html: Fix typos ("not supported yet", "signaled", "not defined yet"). * doc/scale.html: Fix typos ("free", "busy-waiting"). * doc/simple_example.html: Fix a typo ("have not yet"). * tests/test_cpp.cc (main): Fix a typo ("command line") in comment.
Diffstat (limited to 'doc/README.amiga')
-rw-r--r--doc/README.amiga6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.amiga b/doc/README.amiga
index da1c95bb..fb9aacc9 100644
--- a/doc/README.amiga
+++ b/doc/README.amiga
@@ -62,7 +62,7 @@ WHATS NEW:
program, and prints out the info when the atexit-handler
is called.
- My reccomendation is to set all this flags, except GC_AMIGA_PRINTSTATS and
+ My recommendation is to set all this flags, except GC_AMIGA_PRINTSTATS and
GC_AMIGA_ONLYFAST.
If your program demands high response-time, you should
@@ -70,7 +70,7 @@ WHATS NEW:
GC_AMIGA_RETRY does not seem to slow down much.
Also, when compiling up programs, and GC_AMIGA_FASTALLOC was not defined when
- compilling gc, you can define GC_AMIGA_MAKINGLIB to avoid having these allocation-
+ compiling gc, you can define GC_AMIGA_MAKINGLIB to avoid having these allocation-
functions wrapped. (see gc.h)
Note that GC_realloc must not be called before any of
@@ -282,7 +282,7 @@ The library as it stands is compatible with the GigaMem commercial
virtual memory software, and probably similar PD software.
The performance of "gctest" on an Amiga 2630 (68030 @ 25Mhz)
-compares favourably with an HP9000 with similar architecture (a 325
+compares favorably with an HP9000 with similar architecture (a 325
with a 68030 I think).
-----------------------------------------------------------------------