diff options
| author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-03 05:26:31 +0000 |
|---|---|---|
| committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-03 05:26:31 +0000 |
| commit | dc92a99400a99b2e478b3371f48abbafb2f2e4d5 (patch) | |
| tree | c8f9d764d8a71703a75d74bed105eebfb8ea1fad | |
| parent | a5c088d4e31bf3257217d2f368dca57c18e9d98e (diff) | |
| download | ppe42-gcc-dc92a99400a99b2e478b3371f48abbafb2f2e4d5.tar.gz ppe42-gcc-dc92a99400a99b2e478b3371f48abbafb2f2e4d5.zip | |
* 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
| -rw-r--r-- | gcc/config/dsp16xx/dsp16xx.h | 2 | ||||
| -rw-r--r-- | gcc/gcse.c | 2 | ||||
| -rw-r--r-- | gcc/line-map.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 83df03371ea..7e2d5405321 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -1455,7 +1455,7 @@ extern struct dsp16xx_frame_info current_frame_info; /* Define this macro as a C expression which is nonzero if accessing less than a word of memory (i.e a char or short) is no faster than accessing a word of memory, i.e if such access require more than one instruction - or if ther is no difference in cost between byte and (aligned) word + or if there is no difference in cost between byte and (aligned) word loads. */ #define SLOW_BYTE_ACCESS 1 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) diff --git a/gcc/line-map.c b/gcc/line-map.c index 05d34ea744e..8bbe863693b 100644 --- a/gcc/line-map.c +++ b/gcc/line-map.c @@ -63,7 +63,7 @@ free_line_maps (struct line_maps *set) } /* Add a mapping of logical source line to physical source file and - line number. Ther text pointed to by TO_FILE must have a lifetime + line number. The text pointed to by TO_FILE must have a lifetime at least as long as the final call to lookup_line (). FROM_LINE should be monotonic increasing across calls to this |

