From 0e6bbe31e8932000e823fad27f174f1bb2624c04 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 10 Jan 1993 19:39:06 +0000 Subject: [PATCH] # Fix misspellings in comments. From-SVN: r3180 --- gcc/dbxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2