PR gas/12011
[deliverable/binutils-gdb.git] / gas / config / tc-alpha.c
index 3cfca209ade28593fac46dfda9452018ea26d986..bd0a44f6980c783e6752bdd417412b62d01c3118 100644 (file)
@@ -5364,7 +5364,7 @@ alpha_elf_section_letter (int letter, char **ptr_msg)
   if (letter == 's')
     return SHF_ALPHA_GPREL;
 
-  *ptr_msg = _("Bad .section directive: want a,s,w,x,M,S,G,T in string");
+  *ptr_msg = _("bad .section directive: want a,s,w,x,M,S,G,T in string");
   return -1;
 }
 
This page took 0.024763 seconds and 4 git commands to generate.