diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 8d61952272a..ff7792c208f 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -84,7 +84,7 @@ init_recog () /* Try recognizing the instruction INSN, and return the code number that results. - Remeber the code so that repeated calls do not + Remember the code so that repeated calls do not need to spend the time for actual rerecognition. This function is the normal interface to instruction recognition. |