OSDN Git Service

# Fix misspellings in comments.
authoreggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Jan 1993 19:39:06 +0000 (19:39 +0000)
committereggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 10 Jan 1993 19:39:06 +0000 (19:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3180 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dbxout.c

index e12f5cc..8b51e4a 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;