aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2012-04-26 07:14:01 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2012-04-26 07:14:01 +0000
commit1d72e96f53abe39dfa4cefce338d2886a9ae0ea1 (patch)
treed3312d2f0112387a0c5c243b879b69fbce449e0f /libcpp/include
parentc7121189c39bdda5e94360cf03002c2b2fe865cd (diff)
downloadgcc-1d72e96f53abe39dfa4cefce338d2886a9ae0ea1.zip
gcc-1d72e96f53abe39dfa4cefce338d2886a9ae0ea1.tar.gz
gcc-1d72e96f53abe39dfa4cefce338d2886a9ae0ea1.tar.bz2
tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment.
2012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org> * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment. Delete unused parameter first_exp_point_map. (virt_loc_aware_diagnostic_finalizer): Update call. libcpp/ * line-map.c (linemap_resolve_location): Synchronize comments with those in line-map.h. * include/line-map.h (linemap_resolve_location): Fix spelling in comment. From-SVN: r186860
Diffstat (limited to 'libcpp/include')
-rw-r--r--libcpp/include/line-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/include/line-map.h b/libcpp/include/line-map.h
index 4e30742..22e2f0f 100644
--- a/libcpp/include/line-map.h
+++ b/libcpp/include/line-map.h
@@ -651,7 +651,7 @@ enum location_resolution_kind
LRK_SPELLING_LOCATION.
If LOC_MAP is not NULL, *LOC_MAP is set to the map encoding the
- returned location. Note that if the resturned location wasn't originally
+ returned location. Note that if the returned location wasn't originally
encoded by a map, the *MAP is set to NULL. This can happen if LOC
resolves to a location reserved for the client code, like
UNKNOWN_LOCATION or BUILTINS_LOCATION in GCC. */