diff options
author | DJ Delorie <dj@delorie.com> | 2003-05-03 17:14:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-05-03 17:14:52 +0000 |
commit | a08994955afaa116a70cb5b66772a3d9ceab1ce8 (patch) | |
tree | e71592b3fa900020d4bf2773347f7bda1df7cdc6 /libiberty/cp-demangle.c | |
parent | b344a2a7aeb2f9439bb025a878d60c54224ad574 (diff) | |
download | gdb-a08994955afaa116a70cb5b66772a3d9ceab1ce8.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r-- | libiberty/cp-demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 9adf5fd0503..5dcce5560ee 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -3398,7 +3398,7 @@ demangle_substitution (dm, template_p) } else { - RETURN_IF_ERROR (result_add (dm, "std::basic_istream<char, std::char_traints<char> >")); + RETURN_IF_ERROR (result_add (dm, "std::basic_istream<char, std::char_traits<char> >")); new_last_source_name = "basic_istream"; } *template_p = 0; |