changeset 6054:7115f65884c9

Comment fix.
author Bruno Haible <bruno@clisp.org>
date Wed, 17 Aug 2005 13:56:26 +0000
parents 4cfaf4a21df2
children a87afe9c4648
files lib/mbiter.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mbiter.h
+++ b/lib/mbiter.h
@@ -56,8 +56,8 @@
      advances the iterator by one multibyte character.
 
    mbi_cur (iter)
-     returns the current multibyte character, of type MB_CHAR.  All the macros
-     defined in mbchar_multi.h can be used on it.
+     returns the current multibyte character, of type mbchar_t.  All the
+     macros defined in mbchar.h can be used on it.
 
    mbi_cur_ptr (iter)
      return a pointer to the beginning of the current multibyte character.