summaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-11 19:00:49 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-11 19:00:49 +0000
commit7ef0daad61a23ce02d461cac50b9eb1a67ef80dd (patch)
treeb75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/sdbout.c
parente3ff2b2bb624babf5209b08e9745024e940c1744 (diff)
downloadgcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.gz
expr.c: Follow spelling conventions.
* expr.c: Follow spelling conventions. * final.c: Likewise. * optabs.c: Likewise. * sched-deps.c: Likewise. * sdbout.c: Likewise. From-SVN: r72361
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index 59309cceb0c..9175417a758 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -1058,7 +1058,7 @@ sdbout_one_type (tree type)
/* This is reputed to cause trouble with the following case,
but perhaps checking TYPE_SIZE above will fix it. */
- /* Here is a test case:
+ /* Here is a testcase:
struct foo {
struct badstr *bbb;