diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:53:50 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2012-05-29 15:53:50 +0100 |
commit | 7d9641ccfa24bbfed5cf7f03eae558439817bb6e (patch) | |
tree | ac515777ea7bd3841b8b1fea55c7a964a850e6de /libcpp/line-map.c | |
parent | 9474e8ab4a4f8b22a4411a0688cea4c870378425 (diff) | |
download | gcc-7d9641ccfa24bbfed5cf7f03eae558439817bb6e.zip gcc-7d9641ccfa24bbfed5cf7f03eae558439817bb6e.tar.gz gcc-7d9641ccfa24bbfed5cf7f03eae558439817bb6e.tar.bz2 |
directives.c: Fix typos.
* directives.c: Fix typos.
* include/line-map.h: Fix typos.
* line-map.c: Fix typos.
* macro.c: Fix typos.
From-SVN: r187966
Diffstat (limited to 'libcpp/line-map.c')
-rw-r--r-- | libcpp/line-map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpp/line-map.c b/libcpp/line-map.c index 6e514e5..8a368ee 100644 --- a/libcpp/line-map.c +++ b/libcpp/line-map.c @@ -269,7 +269,7 @@ linemap_add (struct line_maps *set, enum lc_reason reason, return map; } -/* Returns TRUE if the line table set tracks token locations accross +/* Returns TRUE if the line table set tracks token locations across macro expansion, FALSE otherwise. */ bool @@ -1118,7 +1118,7 @@ linemap_unwind_toward_expansion (struct line_maps *set, of a macro M and if its spelling location is reserved (e.g, a location for a built-in token), then this function unwinds (using linemap_unwind_toward_expansion) the location until a location that - is not reserved and is not in a sytem header is reached. In other + is not reserved and is not in a system header is reached. In other words, this unwinds the reserved location until a location that is in real source code is reached. |