diff src/share/vm/runtime/os.cpp @ 14358:e5d78f318aec

8026849: Fix typos in the GC code, part 2 Summary: Fixed typos in assert messages, flag descriptions and verbose messages Reviewed-by: stefank, tschatzl
author jwilhelm
date Tue, 10 Dec 2013 15:11:02 +0100
parents 2c95095271e9
children e8ef156f0bc9
line wrap: on
line diff
--- a/src/share/vm/runtime/os.cpp	Mon Feb 10 12:58:09 2014 +0100
+++ b/src/share/vm/runtime/os.cpp	Tue Dec 10 15:11:02 2013 +0100
@@ -1197,7 +1197,7 @@
                            char fileSep,
                            char pathSep) {
     assert((fileSep == '/' && pathSep == ':') ||
-           (fileSep == '\\' && pathSep == ';'), "unexpected seperator chars");
+           (fileSep == '\\' && pathSep == ';'), "unexpected separator chars");
 
     // Scan the format string to determine the length of the actual
     // boot classpath, and handle platform dependencies as well.