]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Fix comment typos in tuklib_mbstr* files.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 12 Jul 2019 15:57:43 +0000 (18:57 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 12 Jul 2019 15:57:43 +0000 (18:57 +0300)
src/common/tuklib_mbstr.h
src/common/tuklib_mbstr_fw.c
src/common/tuklib_mbstr_width.c

index 9f3583551806a4002812c1fc874e4cb04556b0ff..dde9305f0a1ccbfeccd26ec1a879d7f76b97fcdb 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 //
-/// \file       tuklib_mstr.h
+/// \file       tuklib_mbstr.h
 /// \brief      Utility functions for handling multibyte strings
 ///
 /// If not enough multibyte string support is available in the C library,
index 978a3fe10d93180daeafaff192bf82b7b4fcd9b4..af80dc16e502fcb169d06bbd1a736800db468f32 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 //
-/// \file       tuklib_mstr_fw.c
+/// \file       tuklib_mbstr_fw.c
 /// \brief      Get the field width for printf() e.g. to align table columns
 //
 //  Author:     Lasse Collin
index 2eab2341547b902d2d230ccd51f6825509a04c5a..69d159e0bbccc4ab5532bf16d61d909441a7c7dd 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 //
-/// \file       tuklib_mstr_width.c
+/// \file       tuklib_mbstr_width.c
 /// \brief      Calculate width of a multibyte string
 //
 //  Author:     Lasse Collin