]> granicus.if.org Git - gc/commitdiff
Fix various typos in doc/README and .html files
authorIvan Maidanski <ivmai@mail.ru>
Thu, 18 May 2017 22:52:59 +0000 (01:52 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 24 May 2017 22:06:57 +0000 (01:06 +0300)
(Cherry-pick commit 6afeb18 from 'master' branch.)

* 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.

12 files changed:
doc/README.Mac
doc/README.amiga
doc/README.cords
doc/README.macros
doc/README.sgi
doc/README.solaris2
doc/leak.html
doc/overview.html
doc/porting.html
doc/scale.html
doc/simple_example.html
tests/test_cpp.cc

index cad509677e1f443c61ac0933c919614b368b6c65..0f0a7d0e2a28317825f342a3a4a578ef83399d18 100644 (file)
@@ -126,7 +126,7 @@ o 68K Linker
 
 Prefix Files to configure the GC sources
 ----------------------------------------
-The Codewarrior equivalent of commandline compilers -DNAME=X is to use
+The Codewarrior equivalent of command-line compilers -DNAME=X is to use
 prefix-files. A TEXT file that is automatically #included before the first byte
 of every source file. I used these:
 
index 0aeba0d6927e07db4c94797099e0affe6664fe04..1524df911a6ecacc237f48944723dc69d825afdd 100644 (file)
@@ -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
@@ -285,7 +285,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).
 
 -----------------------------------------------------------------------
index f64dd2e8b13cf3a87cb31d531b757a5b6f99cbe2..985a3a1c9231b77148cc9f3ee3fed3475a65b99e 100644 (file)
@@ -43,7 +43,7 @@ To build the editor, type "make cord/de" in the gc directory.
 This package assumes an ANSI C compiler such as gcc.  It will
 not compile with an old-style K&R compiler.
 
-Note that CORD_printf iand friends use C functions with variable numbers
+Note that CORD_printf and friends use C functions with variable numbers
 of arguments in non-standard-conforming ways.  This code is known to
 break on some platforms, notably PowerPC.  It should be possible to
 build the remainder of the library (everything but cordprnt.c) on
index a836767dceb23c48aec101246697407b743b497d..d80679404e04936f19742163bf0798dbafa445fa 100644 (file)
@@ -548,7 +548,7 @@ GC_FULL_FREQ=<value>    Set alternate default number of partial collections
 NO_CANCEL_SAFE (Posix platforms with threads only)      Don't bother trying
   to make the collector safe for thread cancellation; cancellation is not
   used.  (Note that if cancellation is used anyway, threads may end up
-  getting cancelled in unexpected places.)  Even without this option,
+  getting canceled in unexpected places.)  Even without this option,
   PTHREAD_CANCEL_ASYNCHRONOUS is never safe with the collector.  (We could
   argue about its safety without the collector.)
 
index d9e989388ff77912bdb78b58e3656cb6f73f9636..7ed86fee4e113b8e8c7b9fce0b68f5a9a3f67b7b 100644 (file)
@@ -27,7 +27,7 @@ include gc.h.  Gc.h redefines some of the pthread primitives as macros which
 also provide the collector with information it requires.
 
 4) pthread_cond_wait and pthread_cond_timed_wait should be prepared for
-premature wakeups.  (I believe the pthreads and realted standards require this
+premature wakeups.  (I believe the pthreads and related standards require this
 anyway.  Irix pthreads often terminate a wait if a signal arrives.
 The garbage collector uses signals to stop threads.)
 
index ba7bb2b2b8f3f3b150f4b8ce2776c628e33eacd1..8a2669bf6c0dd1051d63cf3ff016b0e7b73547cb 100644 (file)
@@ -60,7 +60,7 @@ have it invoke the garbage-collector's allocators only after main has started.
 (Note that the latter requires a moderately expensive test in operator
 delete.)
 
-I encountered "symbol <unknown>: offet .... is non-aligned" errors.  These
+I encountered "symbol <unknown>: offset .... is non-aligned" errors.  These
 appear to be traceable to the use of the GNU assembler with the Sun linker.
 The former appears to generate a relocation not understood by the latter.
 The fix appears to be to use a consistent tool chain.  (As a non-Solaris-expert
index d6e8a4c5aae606bbe472966b038fe9485ab70650..43bc66d56047d25a5bd4e50177ceec3722ee87f3 100644 (file)
@@ -68,7 +68,7 @@ at least the file name and line number at the allocation point to
 be saved as part of the object.  Leak reports will then also include
 this information.
 <P>
-Many collector features (<I>e.g</i> stubborn objects, finalization,
+Many collector features (<I>e.g.</i> stubborn objects, finalization,
 and disappearing links) are less useful in this context, and are not
 fully supported.  Their use will usually generate additional bogus
 leak reports, since the collector itself drops some associated objects.
index 003ed7a6095443abd418922dff2b9f2b0ce7b22c..b8c6f3337a11ef02475d0dca223e3dc86b696948 100644 (file)
@@ -265,7 +265,7 @@ Proceedings of the ACM SIGPLAN '96 Conference on Programming Language Design
 and Implementation.
 </p><p>
 Boehm, H., and D. Chase, <a href="http://www.hboehm.info/gc/papers/boecha.ps.gz">"A Proposal for Garbage-Collector-Safe C Compilation"</a>,
-<i>Journal of C  Language Translation 4</i>, 2 (Decemeber 1992), pp. 126-141.
+<i>Journal of C  Language Translation 4</i>, 2 (December 1992), pp. 126-141.
 </p><p>
 <b>Other related information: </b>
 </p><p>
index 751cbc5953a1b0f81075249985ccfde85b435fb7..0e682810b40eb9d143435754cdb19a3c0cc9241c 100644 (file)
@@ -131,7 +131,7 @@ should be defined to the limits of the second main data segment.
 <DD>
 Should be defined if the stack (or thread stacks) grow towards higher
 addresses.  (This appears to be true only on PA-RISC.  If your architecture
-has more than one stack per thread, and is not already supported, you will
+has more than one stack per thread, and is not supported yet, you will
 need to do more work.  Grep for "IA64" in the source for an example.)
 <DT><TT>STACKBOTTOM</tt>
 <DD>
@@ -166,7 +166,7 @@ The cold end of the stack is determined by taking an address inside
 GC_init's frame, incrementing it repeatedly
 in small steps (decrement if <TT>STACK_GROWS_UP</tt>), and reading the value
 at each location.  We remember the value when the first
-Segmentation violation or Bus error is signalled, round that
+Segmentation violation or Bus error is signaled, round that
 to the nearest plausible page boundary, and use that as the
 stack base.
 <DT><TT>DYNAMIC_LOADING</tt>
@@ -214,7 +214,7 @@ tweaking of conditional compilation tests.
 <P>
 For GC7, if your platform supports <TT>getcontext()</tt>, then defining
 the macro <TT>UNIX_LIKE</tt> for your OS in <TT>gcconfig.h</tt>
-(if it isn't defined there already) is likely to solve the problem.
+(if it isn't defined there yet) is likely to solve the problem.
 otherwise, if you are using gcc, <TT>_builtin_unwind_init()</tt>
 will be used, and should work fine.  If that is not applicable either,
 the implementation will try to use <TT>setjmp()</tt>.  This will work if your
index 6792827718d4651e2c806cabce6019ad7a328803..30d54539ee253ef0b56a423276e82acb344ba558 100644 (file)
@@ -134,7 +134,7 @@ Running with a thread-unsafe collector,  the benchmark ran in 9
 seconds.  With the simple thread-safe collector,
 built with <TT>-DLINUX_THREADS</tt>, the execution time
 increased to 10.3 seconds, or 23.5 elapsed seconds with two clients.
-(The times for the <TT>malloc</tt>/i<TT>free</tt> version
+(The times for the <TT>malloc</tt>/<TT>free</tt> version
 with glibc <TT>malloc</tt>
 are 10.51 (standard library, pthreads not linked),
 20.90 (one thread, pthreads linked),
@@ -156,7 +156,7 @@ avoided in time-critical code.
 directly for allocation locking would have been worse still, at
 least for older versions of linuxthreads.
 With THREAD_LOCAL_ALLOC, we first repeatedly try to acquire the
-lock with pthread_mutex_try_lock(), busy_waiting between attempts.
+lock with pthread_mutex_try_lock(), busy-waiting between attempts.
 After a fixed number of attempts, we use pthread_mutex_lock().)
 <P>
 These measurements do not use incremental collection, nor was prefetching
index 22bf69489d6d82204aa28548fd53ac0a10147b4b..b56a17f8193a1a489f17ac64c2c5d9a541dbaaf7 100644 (file)
@@ -12,7 +12,7 @@ a single-threaded application.  <FONT COLOR=green>The green
 text contains information about other platforms or scenarios.
 It can be skipped, especially on first reading</font>.
 <H2>Building the collector</h2>
-If you haven't already so, unpack the collector and enter
+If you have not so yet, unpack the collector and enter
 the newly created directory with
 <PRE>
 tar xvfz gc&lt;version&gt;.tar.gz
index 1a413774de751734f049aad76343c4a012d70ab2..6660e5a2e0094432c533cd8232667df6d0658ab6 100644 (file)
@@ -204,7 +204,7 @@ int APIENTRY WinMain( HINSTANCE instance ATTR_UNUSED,
         if (0 == argv[ argc ]) break;}
 #elif defined(MACOS)
   int main() {
-    char* argv_[] = {"test_cpp", "10"}; // MacOS doesn't have a commandline
+    char* argv_[] = {"test_cpp", "10"}; // MacOS doesn't have a command line
     argv = argv_;
     argc = sizeof(argv_)/sizeof(argv_[0]);
 #else