summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-03 05:26:31 +0000
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-03 05:26:31 +0000
commitdc92a99400a99b2e478b3371f48abbafb2f2e4d5 (patch)
treec8f9d764d8a71703a75d74bed105eebfb8ea1fad /gcc/gcse.c
parenta5c088d4e31bf3257217d2f368dca57c18e9d98e (diff)
downloadgcc-dc92a99400a99b2e478b3371f48abbafb2f2e4d5.tar.gz
* gcse.c: Fix misspelling.
* line-map.c: Likewise. * config/dsp16xx/dsp16xx.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68865 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index 2308f870a94..e554dd867a6 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -6728,7 +6728,7 @@ first_ls_expr ()
return pre_ldst_mems;
}
-/* Return the next item in ther list after the specified one. */
+/* Return the next item in the list after the specified one. */
static inline struct ls_expr *
next_ls_expr (ptr)