aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-17 23:03:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-17 23:03:37 +0000
commit321440fd61650045e452baefdc590043ff2e9e54 (patch)
treea4758a15eeed1fab191e5593744da2ffa297e65f /gcc/varasm.c
parent7b50a809ec4c5aa804d3841e1f573bb72bc0c263 (diff)
downloadgcc-321440fd61650045e452baefdc590043ff2e9e54.zip
gcc-321440fd61650045e452baefdc590043ff2e9e54.tar.gz
gcc-321440fd61650045e452baefdc590043ff2e9e54.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix comment typos. From-SVN: r77995
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index cbcef0a..806224d 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -1002,7 +1002,7 @@ notice_global_symbol (tree decl)
|| GET_CODE (DECL_RTL (decl)) != MEM)
return;
- /* We win when global object is found, but it is usefull to know about weak
+ /* We win when global object is found, but it is useful to know about weak
symbol as well so we can produce nicer unique names. */
if (DECL_WEAK (decl) || DECL_ONE_ONLY (decl))
type = &weak_global_object_name;