From 9e14eaec093ff18229e6ccf4bb11181e8419c480 Mon Sep 17 00:00:00 2001 From: David Van Horn Date: Wed, 2 Feb 2011 14:56:42 -0500 Subject: [PATCH] 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 --- ChangeLog | 6 +++--- win32_threads.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 14282e13..7fbc9246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5560,7 +5560,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 == @@ -5652,7 +5652,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. @@ -5788,7 +5788,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 42c4920f..2073b6a7 100644 --- a/win32_threads.c +++ b/win32_threads.c @@ -2480,7 +2480,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) -- 2.40.0