aboutsummaryrefslogtreecommitdiff
path: root/gcc/line-map.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@gcc.gnu.org>2003-07-03 05:26:31 +0000
committerMatt Kraai <kraai@gcc.gnu.org>2003-07-03 05:26:31 +0000
commit0e8a66de6dc349715957d33e75285f75340a67df (patch)
treec8f9d764d8a71703a75d74bed105eebfb8ea1fad /gcc/line-map.c
parent3dce14083fc35cc2b60906577cf797e0ae49f1b8 (diff)
downloadgcc-0e8a66de6dc349715957d33e75285f75340a67df.zip
gcc-0e8a66de6dc349715957d33e75285f75340a67df.tar.gz
gcc-0e8a66de6dc349715957d33e75285f75340a67df.tar.bz2
gcse.c: Fix misspelling.
* gcse.c: Fix misspelling. * line-map.c: Likewise. * config/dsp16xx/dsp16xx.h: Likewise. From-SVN: r68865
Diffstat (limited to 'gcc/line-map.c')
-rw-r--r--gcc/line-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/line-map.c b/gcc/line-map.c
index 05d34ea..8bbe863 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