diff options
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 2 |
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) |