summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2018-04-06 08:44:07 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2018-04-06 08:56:24 +0200
commit690c3475f1417c99cb0fc69f35d77560c24c1d69 (patch)
treec46b1dda6e13a3072e1f902231c564db5c469bd9 /manual
parentbbc2062a75ae950d6b3b66bd97907b158a2e882c (diff)
Fix missing @ before texinfo command
Diffstat (limited to 'manual')
-rw-r--r--manual/charset.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/charset.texi b/manual/charset.texi
index a63d67045f..f6a980f6cb 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -701,7 +701,7 @@ uppercase could look like this:
In the inner loop, a single wide character is stored in @code{wc}, and
the number of consumed bytes is stored in the variable @code{nbytes}.
If the conversion is successful, the uppercase variant of the wide
-character is stored in the code{result} array and the pointer to the
+character is stored in the @code{result} array and the pointer to the
input string and the number of available bytes is adjusted. If the
@code{mbrtowc} function returns zero, the null input byte has not been
converted, so it must be stored explicitly in the result.