summaryrefslogtreecommitdiff
path: root/gcc/final.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/final.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/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 1938604c25d..423c734ae27 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -3422,7 +3422,7 @@ asm_fprintf (FILE *file, const char *p, ...)
break;
#ifdef ASM_FPRINTF_EXTENSIONS
- /* Upper case letters are reserved for general use by asm_fprintf
+ /* Uppercase letters are reserved for general use by asm_fprintf
and so are not available to target specific code. In order to
prevent the ASM_FPRINTF_EXTENSIONS macro from using them then,
they are defined here. As they get turned into real extensions