From 41fe940407e9304f7d15d2bd33d4d4794ce6db05 Mon Sep 17 00:00:00 2001 From: Carlo Wood Date: Sat, 3 May 2003 14:09:35 +0000 Subject: cp-demangle.c: Fix typo in "char_traints" string-literal. 2003-05-03 Carlo Wood * cp-demangle.c: Fix typo in "char_traints" string-literal. From-SVN: r66427 --- libiberty/cp-demangle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/cp-demangle.c') diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 9adf5fd..5dcce55 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 >")); + RETURN_IF_ERROR (result_add (dm, "std::basic_istream >")); new_last_source_name = "basic_istream"; } *template_p = 0; -- cgit v1.1