Fix spelling in comments in C source files (gas)
[external/binutils.git] / gas / stabs.c
index 916594c..2d87387 100644 (file)
@@ -597,7 +597,7 @@ stabs_generate_asm_lineno (void)
   /* Don't emit sequences of stabs for the same line.  */
   if (prev_file == NULL)
     {
-      /* First time thru.  */
+      /* First time through.  */
       prev_file = xstrdup (file);
       prev_lineno = lineno;
     }