summaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-11 19:00:49 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-11 19:00:49 +0000
commitde44dcb9ef5c5bd557b7c7fed646cf892b268e42 (patch)
treeb75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/sdbout.c
parentd3d22a6a9f061b1903c6ec839ee1acaca063a23e (diff)
downloadgcc-de44dcb9ef5c5bd557b7c7fed646cf892b268e42.tar.gz
* expr.c: Follow spelling conventions.
* final.c: Likewise. * optabs.c: Likewise. * sched-deps.c: Likewise. * sdbout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72361 138bc75d-0d04-0410-961f-82ee72b054a4
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;