From: David Van Horn Date: Wed, 2 Feb 2011 19:56:42 +0000 (-0500) Subject: Fix various spelling errors X-Git-Tag: gc7_6_0~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf61ca93e5120ccd11753b0a9706208ef52be8b3;p=gc Fix various spelling errors (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 --- diff --git a/ChangeLog b/ChangeLog index 938d410b..64b2083b 100644 --- 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. diff --git a/win32_threads.c b/win32_threads.c index 2fed5d46..400884ad 100644 --- a/win32_threads.c +++ b/win32_threads.c @@ -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)