]> granicus.if.org Git - gc/commitdiff
Fixed various spelling errors.
authorDavid Van Horn <dvanhorn@ccs.neu.edu>
Wed, 2 Feb 2011 19:56:42 +0000 (14:56 -0500)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 3 Nov 2013 10:06:37 +0000 (14:06 +0400)
Makefile.dj
doc/README.changes
dyn_load.c
win32_threads.c

index c56ea7b03f60ddd44845fe380ba5aa6a792179ab..4b0c7b48d705f6def3c82af5cc87440db5a64811 100644 (file)
@@ -84,7 +84,7 @@ CFLAGS= -gstabs+ -O2 -I$(srcdir)/include -DATOMIC_UNCOLLECTABLE -DALL_INTERIOR_P
 # -DJAVA_FINALIZATION makes it somewhat safer to finalize objects out of
 #   order by specifying a nonstandard finalization mark procedure  (see
 #   finalize.c).  Objects reachable from finalizable objects will be marked
-#   in a sepearte postpass, and hence their memory won't be reclaimed.
+#   in a separate postpass, and hence their memory won't be reclaimed.
 #   Not recommended unless you are implementing a language that specifies
 #   these semantics.  Since 5.0, determines only only the initial value
 #   of GC_java_finalization variable.
index 27bf33eaaa976fc715d8be6fc091b4c7d7241582..34c494eb2eee75dd8dc1b3b7d02c8d77e2ffba6f 100644 (file)
@@ -1554,7 +1554,7 @@ Since 6.1alpha3:
  - Force 64 bit alignment with GCJ support.  (Reflects Bryce McKinley's
    patch to the gcc tree.)
  - Refined the choice of sa_handler vs. sa_sigaction in GC_dirty_init
-   to accomodate some glibc5 systems.  (Thanks to Dan Fandrich for the
+   to accommodate some glibc5 systems.  (Thanks to Dan Fandrich for the
    patch.)
  - Compensated for the fact that current versions of glibc set
    __libc_stack_end incorrectly on Linux/IA64 while initialization code
index 57ddce89557c4c343d9d93b793dfc3c43caea3b5..ef4db4219d27c31632539295f926933e6c3f4a92 100644 (file)
@@ -1194,7 +1194,7 @@ void GC_register_dynamic_libraries()
           PCR_IL_LoadedFile * p = PCR_IL_GetLastLoadedFile();
           PCR_IL_LoadedSegment * q;
           
-          /* Skip uncommited files */
+          /* Skip uncommitted files */
           while (p != NIL && !(p -> lf_commitPoint)) {
               /* The loading of this file has not yet been committed   */
               /* Hence its description could be inconsistent.                  */
index 272af63a439afeaa74a69b35f5bdb1fbec0eceda..fed8ec6e5774b3de034fd3c1bad57f653f77972a 100644 (file)
@@ -1249,7 +1249,7 @@ int GC_pthread_join(pthread_t pthread_id, void **retval) {
 }
 
 /* Cygwin-pthreads calls CreateThread internally, but it's not
- * easily interceptible by us..
+ * easily interceptable by us..
  *   so intercept pthread_create instead
  */
 int