]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-h8300.c
Allow symbol and label names to be enclosed in double quotes.
[thirdparty/binutils-gdb.git] / gas / config / tc-h8300.c
index 9609f2b0c96868bd7d39d3b237d881ec22297d49..04aa2834706f861547652cb8034b62e3c27f40c8 100644 (file)
@@ -384,7 +384,7 @@ parse_reg (char *src, op_type *mode, unsigned int *reg, int direction)
   char *end;
   int len;
 
-  /* Cribbed from get_symbol_end.  */
+  /* Cribbed from get_symbol_name.  */
   if (!is_name_beginner (*src) || *src == '\001')
     return 0;
   end = src + 1;