Fixed minor typedef typo

[SVN r9226]
This commit is contained in:
John Maddock
2001-02-16 12:03:48 +00:00
parent d754f23bcf
commit 25d57dbe3e
2 changed files with 3 additions and 3 deletions

View File

@ -290,8 +290,8 @@ Do not change this file unless you really really have to, add options to
//
// for now we'll always define these
// unless we know that the platform can cope
// with woide character strings:
#if !defined(linux)
// with wide character strings:
#if !defined(linux)
#define BOOST_RE_NO_WCTYPE_H
#define BOOST_RE_NO_WCSTRING
#endif