From: Paul Eggert Date: Sun, 10 Jan 1993 19:39:06 +0000 (+0000) Subject: # Fix misspellings in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e6bbe31e8932000e823fad27f174f1bb2624c04;p=gcc.git # Fix misspellings in comments. From-SVN: r3180 --- diff --git a/gcc/dbxout.c b/gcc/dbxout.c index e12f5cc0b2a..8b51e4a37fc 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -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;