* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 9 Feb 2001 14:12:51 +0000 (14:12 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 9 Feb 2001 14:12:51 +0000 (14:12 +0000)
From-SVN: r39565

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_shadow/bits/std_cstdlib.h

index b8adc18..aa072cb 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-09  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
+
 2001-02-08  Loren J. Rittle  <ljrittle@acm.org>
 
         * src/locale-inst.cc (fill_n): Instantiate with size_t arguments.
index 484182b..bc41c48 100644 (file)
@@ -103,7 +103,7 @@ namespace std {
 
 #ifdef _GLIBCPP_USE_LONG_LONG
 # ifdef _GLIBCPP_HAVE_LLDIV_T
-  struct lldiv_t : _C_legacy::_CPP_lldiv_t_captur { };
+  struct lldiv_t : _C_legacy::_CPP_lldiv_t_capture { };
 # else
   struct lldiv_t
   {