]> granicus.if.org Git - gc/commitdiff
Fix 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>
Mon, 29 Jun 2015 06:09:29 +0000 (09:09 +0300)
(Apply commit 1efc418 from 'racket_gc' branch.)

* ChangeLog: Fix typo (accommodate).
* win32_threads.c (GC_pthread_create): Fix typo (interceptable).

Conflicts:

    Makefile.dj
    doc/README.changes
    dyn_load.c
    win32_threads.c

ChangeLog
win32_threads.c

index 938d410b95d2301f11b349d05b86b5ba60d95636..64b2083b37b05ce1585cb161ae1464b97f58534a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5598,7 +5598,7 @@ value, would be negative.
 
 * mark.c (GC_push_next_marked): correct comment.
 * Makefile.direct: document NO_PROC_STAT.
-* include/private/gcconfig.h: Accomodate NO_PROC_STAT.
+* include/private/gcconfig.h: Accommodate NO_PROC_STAT.
 
 
 == [7.1alpha2] 2008-01-10 ==
@@ -5690,7 +5690,7 @@ for HURD.
 * dbg_mlc.c: Use random() on all glibc systems.
 * mach_dep.c (GC_with_callee_saves_pushed): Don't use getcontext() on
 HURD.  Add comment.
-* pthread_stop_world.c (GC_suspend_handler, GC_stop_init): Accomodate
+* pthread_stop_world.c (GC_suspend_handler, GC_stop_init): Accommodate
 systems without SA_SIGINFO.
 
 * include/gc.h (GC_PTR_STORE): Fix non-DEBUG parentheses.
@@ -5826,7 +5826,7 @@ GC_WIN32_PTHREADS.  Define USE_PTHREAD_LOCKS only if we have
 pthreads.
 
 * gc_dlopen.c, thread_local_alloc.c, threadlibs.c, win32_threads.c,
-tests/test.c: Accomodate GC_WIN32_PTHREADS.
+tests/test.c: Accommodate GC_WIN32_PTHREADS.
 * include/gc.h: Don't include windows.h for GC_WIN32_PTHREADS.
 * include/gc_config_macros.h: Define both PTHREADS and
 GC_WIN32_THREADS.
index 2fed5d4660296135409a82a9b4db45f58d1be1db..400884ada4df02ecfb3e842a66e5c41af283413d 100644 (file)
@@ -2501,7 +2501,7 @@ GC_INNER void GC_thr_init(void)
   }
 
   /* Cygwin-pthreads calls CreateThread internally, but it's not easily */
-  /* interceptible by us..., so intercept pthread_create instead.       */
+  /* interceptable by us..., so intercept pthread_create instead.       */
   GC_API int GC_pthread_create(pthread_t *new_thread,
                                GC_PTHREAD_CREATE_CONST pthread_attr_t *attr,
                                void *(*start_routine)(void *), void *arg)