* extend.texi: Fix typo in last change.

From-SVN: r35466
This commit is contained in:
Mark Mitchell 2000-08-03 23:55:24 +00:00 committed by Mark Mitchell
parent 83440c1e96
commit 57cac71461
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2000-08-03 Mark Mitchell <mark@codesourcery.com>
* extend.texi: Fix typo in last change.
* extend.texi: Add commentary on statement-expressions and their
interactions with C++.

View File

@ -220,7 +220,7 @@ on,
@example
string a, b;
printf("%s", toupper((a+b).c_str()[0]));
printf("%c", toupper((a+b).c_str()[0]));
@end example
@noindent