aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@gnu.org>1993-01-10 19:39:06 +0000
committerPaul Eggert <eggert@gnu.org>1993-01-10 19:39:06 +0000
commit0e6bbe31e8932000e823fad27f174f1bb2624c04 (patch)
tree8c8506ed9d8e9755cbcd81c362008828a2ab6d22
parent13d39dbc995d0284254ba02f47ba5fe957e4dd61 (diff)
downloadgcc-0e6bbe31e8932000e823fad27f174f1bb2624c04.zip
gcc-0e6bbe31e8932000e823fad27f174f1bb2624c04.tar.gz
gcc-0e6bbe31e8932000e823fad27f174f1bb2624c04.tar.bz2
# Fix misspellings in comments.
From-SVN: r3180
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index e12f5cc..8b51e4a 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;