From: Jan van Male Date: Fri, 24 Aug 2001 20:50:53 +0000 (+0200) Subject: C++STYLE: Fix typo. X-Git-Tag: prereleases/libstdc++-3.0.95~2442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a584be8df485f90199715527bc2cbad51e0918;p=thirdparty%2Fgcc.git C++STYLE: Fix typo. 2001-08-24 Jan van Male * docs/html/17_intro/C++STYLE: Fix typo. From-SVN: r45163 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f69d66207b67..0067aba18b45 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-08-24 Jan van Male + + * docs/html/17_intro/C++STYLE: Fix typo. + 2001-08-24 Phil Edwards * docs/html/23_containers/howto.html: Describe implementation of diff --git a/libstdc++-v3/docs/html/17_intro/C++STYLE b/libstdc++-v3/docs/html/17_intro/C++STYLE index c162a1f6ad47..5d22d7e59faf 100644 --- a/libstdc++-v3/docs/html/17_intro/C++STYLE +++ b/libstdc++-v3/docs/html/17_intro/C++STYLE @@ -91,7 +91,7 @@ Notable areas of divergence from what may be previous local practice { space = _ISspace, print = _ISprint, - cntrl = _IScntrl, + cntrl = _IScntrl }; -NOT- enum { space = _ISspace, print = _ISprint, cntrl = _IScntrl };