]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/wchar.h
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / Include / wchar.h
index c42594787d9a111f0d78287f2acb2c4d6f0a5c55..bab02b05b91cba4edf103eb94b25aa8c60764418 100644 (file)
@@ -510,7 +510,7 @@ wint_t btowc(int c);
     character set whose multibyte character representation is a single byte when in the initial\r
     shift state.\r
 \r
-    @Returns    The wctob function returns EOF if c does not correspond to a multibyte\r
+    @return     The wctob function returns EOF if c does not correspond to a multibyte\r
                 character with length one in the initial shift state. Otherwise, it\r
                 returns the single-byte representation of that character as an\r
                 unsigned char converted to an int.\r
@@ -520,7 +520,7 @@ int wctob(wint_t c);
 /** If ps is not a null pointer, the mbsinit function determines whether the\r
     pointed-to mbstate_t object describes an initial conversion state.\r
 \r
-    @Returns    The mbsinit function returns nonzero if ps is a null pointer\r
+    @return     The mbsinit function returns nonzero if ps is a null pointer\r
                 or if the pointed-to object describes an initial conversion\r
                 state; otherwise, it returns zero.\r
 **/\r
@@ -564,7 +564,7 @@ size_t mbsrtowcs(wchar_t * __restrict dst, const char ** __restrict src, size_t
     terminating null wide character, the resulting state described is the\r
     initial conversion state.\r
 \r
-    @Returns    If conversion stops because a wide character is reached that\r
+    @return     If conversion stops because a wide character is reached that\r
                 does not correspond to a valid multibyte character, an\r
                 encoding error occurs: the wcsrtombs function stores the\r
                 value of the macro EILSEQ in errno and returns (size_t)(-1);\r