# Fix misspellings in comments.
authorPaul Eggert <eggert@gnu.org>
Sun, 10 Jan 1993 19:39:06 +0000 (19:39 +0000)
committerPaul Eggert <eggert@gnu.org>
Sun, 10 Jan 1993 19:39:06 +0000 (19:39 +0000)
From-SVN: r3180

gcc/dbxout.c

index e12f5cc0b2a475a4a0228a23b6698f12ff73108f..8b51e4a37fc436e778794fc8b91bdab6e3c4ea74 100644 (file)
@@ -1019,7 +1019,7 @@ dbxout_type (type, full, show_arg_types)
          fprintf (asmfile, "r%d;%d;0;",
                   TYPE_SYMTAB_ADDRESS (type),
                   TREE_INT_CST_LOW (size_in_bytes (TREE_TYPE (type))));
-         CHARS (15);           /* The number is propably incorrect here */
+         CHARS (15);           /* The number is probably incorrect here.  */
        } else
          abort (); /* What to do with CSImode complex? */
       break;