summaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-05-03 17:14:52 +0000
committerDJ Delorie <dj@delorie.com>2003-05-03 17:14:52 +0000
commita08994955afaa116a70cb5b66772a3d9ceab1ce8 (patch)
treee71592b3fa900020d4bf2773347f7bda1df7cdc6 /libiberty/cp-demangle.c
parentb344a2a7aeb2f9439bb025a878d60c54224ad574 (diff)
downloadgdb-a08994955afaa116a70cb5b66772a3d9ceab1ce8.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r--libiberty/cp-demangle.c2
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;