Fix typo in comment.
authorPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 10:18:25 +0000 (02:18 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Tue, 2 Feb 1999 10:18:25 +0000 (02:18 -0800)
From-SVN: r24966

gcc/java/jvspec.c

index 9aed654a31cbf0a27109d4099f48b381c5c8b880..389cdf514f1fd319d781a413a3c3cb9a3911e466 100644 (file)
@@ -61,6 +61,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 #define MATH_LIBRARY "-lm"
 #endif
 
+extern char *xmalloc PROTO((size_t));
 extern int do_spec             PROTO((char *));
 extern char *input_filename;
 extern size_t input_filename_length;
@@ -160,7 +161,7 @@ lang_specific_driver (fn, in_argc, in_argv, in_added_libraries)
   int saw_C = 0;
   int saw_o = 0;
 
-  /* Saw soem -O* or -g* option, respectively. */
+  /* Saw some -O* or -g* option, respectively. */
   int saw_O = 0;
   int saw_g = 0;