comparison src/os/solaris/launcher/java_md.h @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
45 #endif 45 #endif
46 46
47 #ifdef JAVA_ARGS 47 #ifdef JAVA_ARGS
48 /* 48 /*
49 * ApplicationHome is prepended to each of these entries; the resulting 49 * ApplicationHome is prepended to each of these entries; the resulting
50 * strings are concatenated (seperated by PATH_SEPARATOR) and used as the 50 * strings are concatenated (separated by PATH_SEPARATOR) and used as the
51 * value of -cp option to the launcher. 51 * value of -cp option to the launcher.
52 */ 52 */
53 #ifndef APP_CLASSPATH 53 #ifndef APP_CLASSPATH
54 #define APP_CLASSPATH { "/lib/tools.jar", "/classes" } 54 #define APP_CLASSPATH { "/lib/tools.jar", "/classes" }
55 #endif 55 #endif