Fix comment typos in tuklib_mbstr* files.

This commit is contained in:
Lasse Collin 2019-07-12 18:57:43 +03:00
parent 710f5bd769
commit aba140e2df
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file tuklib_mstr.h /// \file tuklib_mbstr.h
/// \brief Utility functions for handling multibyte strings /// \brief Utility functions for handling multibyte strings
/// ///
/// If not enough multibyte string support is available in the C library, /// If not enough multibyte string support is available in the C library,

View 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 /// \brief Get the field width for printf() e.g. to align table columns
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file tuklib_mstr_width.c /// \file tuklib_mbstr_width.c
/// \brief Calculate width of a multibyte string /// \brief Calculate width of a multibyte string
// //
// Author: Lasse Collin // Author: Lasse Collin