OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / bits / locale_facets.h
index 94f607a..05b54c5 100644 (file)
@@ -1476,7 +1476,7 @@ namespace std
     // Construct and return valid pattern consisting of some combination of:
     // space none symbol sign value
     static pattern 
-    _S_construct_pattern(char __preceeds, char __space, char __posn);
+    _S_construct_pattern(char __precedes, char __space, char __posn);
   };
 
   template<typename _CharT, bool _Intl>