Silence gcc-8 warnings
[deliverable/binutils-gdb.git] / gas / config / tc-mmix.c
index 9cf94c51383ca829740b407b1758b6d2a0fb88d3..f3d1d56529566181444c84f2937ad1b6532d46c7 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-mmix.c -- Assembler for Don Knuth's MMIX.
-   Copyright (C) 2001-2016 Free Software Foundation, Inc.
+   Copyright (C) 2001-2018 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -1943,7 +1943,7 @@ s_prefix (int unused ATTRIBUTE_UNUSED)
 
   c = get_symbol_name (&p);
   
-  /* Reseting prefix?  */
+  /* Resetting prefix?  */
   if (*p == ':' && p[1] == 0)
     mmix_current_prefix = NULL;
   else
This page took 0.024009 seconds and 4 git commands to generate.