mirror of https://git.tukaani.org/xz.git
Fix comment typos in tuklib_mbstr* files.
This commit is contained in:
parent
710f5bd769
commit
aba140e2df
|
@ -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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue