summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Van Horn <dvanhorn@ccs.neu.edu>2011-02-02 14:56:42 -0500
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 14:06:37 +0400
commit1efc418bcb27f7e06b793858355b6076ec9aa1d9 (patch)
tree1aa36087516f6e49fd14a4f02afc0923e2367566
parentb8f32305b962ddfbfa157d3c5a77c2824f8433c5 (diff)
downloadbdwgc-1efc418bcb27f7e06b793858355b6076ec9aa1d9.tar.gz
Fixed various spelling errors.
-rw-r--r--Makefile.dj2
-rw-r--r--doc/README.changes2
-rw-r--r--dyn_load.c2
-rw-r--r--win32_threads.c2
4 files changed, 4 insertions, 4 deletions
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