From: David Van Horn Date: Wed, 2 Feb 2011 19:56:42 +0000 (-0500) Subject: Fixed various spelling errors. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1efc418bcb27f7e06b793858355b6076ec9aa1d9;p=gc Fixed various spelling errors. --- diff --git a/Makefile.dj b/Makefile.dj index c56ea7b0..4b0c7b48 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -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. diff --git a/doc/README.changes b/doc/README.changes index 27bf33ea..34c494eb 100644 --- a/doc/README.changes +++ b/doc/README.changes @@ -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 diff --git a/dyn_load.c b/dyn_load.c index 57ddce89..ef4db421 100644 --- a/dyn_load.c +++ b/dyn_load.c @@ -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. */ diff --git a/win32_threads.c b/win32_threads.c index 272af63a..fed8ec6e 100644 --- a/win32_threads.c +++ b/win32_threads.c @@ -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