Fix typos in comments
[deliverable/binutils-gdb.git] / gas / stabs.c
index a7de9afb980aa26a34c72a2202a7df906ca4a34b..9e055c4c1c6776ed7e4b2cd08df757ba1d15dc0e 100644 (file)
@@ -457,11 +457,10 @@ s_desc (ignore)
   symbolS *symbolP;
   int temp;
 
-  name = input_line_pointer;
-  c = get_symbol_end ();
+  c = get_symbol_name (&name);
   p = input_line_pointer;
   *p = c;
-  SKIP_WHITESPACE ();
+  SKIP_WHITESPACE_AFTER_NAME ();
   if (*input_line_pointer != ',')
     {
       *p = 0;
This page took 0.022702 seconds and 4 git commands to generate.