diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2019-07-12 18:57:43 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-07-12 18:57:43 +0300 |
commit | 6a89e656ebedd53a10cd1a063a32a9e4ade0da1f (patch) | |
tree | 90c4d822a568d32250caa8d3c236bf04921853f6 | |
parent | Add missing include to tuklib_mbstr_width.c. (diff) | |
download | xz-6a89e656ebedd53a10cd1a063a32a9e4ade0da1f.tar.xz |
Fix comment typos in tuklib_mbstr* files.
-rw-r--r-- | src/common/tuklib_mbstr.h | 2 | ||||
-rw-r--r-- | src/common/tuklib_mbstr_fw.c | 2 | ||||
-rw-r--r-- | src/common/tuklib_mbstr_width.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/common/tuklib_mbstr.h b/src/common/tuklib_mbstr.h index 9f358355..dde9305f 100644 --- a/src/common/tuklib_mbstr.h +++ b/src/common/tuklib_mbstr.h @@ -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, diff --git a/src/common/tuklib_mbstr_fw.c b/src/common/tuklib_mbstr_fw.c index 978a3fe1..af80dc16 100644 --- a/src/common/tuklib_mbstr_fw.c +++ b/src/common/tuklib_mbstr_fw.c @@ -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 diff --git a/src/common/tuklib_mbstr_width.c b/src/common/tuklib_mbstr_width.c index 2eab2341..69d159e0 100644 --- a/src/common/tuklib_mbstr_width.c +++ b/src/common/tuklib_mbstr_width.c @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // -/// \file tuklib_mstr_width.c +/// \file tuklib_mbstr_width.c /// \brief Calculate width of a multibyte string // // Author: Lasse Collin |