]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/wchar.h
StdLib: Fix some build problems and obscure bugs.
[mirror_edk2.git] / StdLib / Include / wchar.h
index 2c9ec6e5e784417174c862b107e003747a78abdb..3acc2a4b8d99e9b268d4697edfc85e89bfa7f555 100644 (file)
               - WEOF might not be negative.\r
               - mbstate_t objects are not intended to be inspected by programs.\r
 \r
-    Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+    Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
     This program and the accompanying materials are licensed and made available under\r
     the terms and conditions of the BSD License that accompanies this distribution.\r
     The full text of the license may be found at\r
@@ -1089,7 +1089,7 @@ by the value of base, and a final wide string of one or more unrecognized wide
 characters, including the terminating null wide character of the input wide string. Then,\r
 they attempt to convert the subject sequence to an integer, and return the result.\r
 \r
-    @param[in]  Nptr    Pointer to the string to convert to a floating-point value.\r
+    @param[in]  Nptr    Pointer to the string to convert.\r
     @param[in]  EndPtr  Optional pointer to an object in which to store a pointer\r
                         to the final wide string.\r
     @param[in]  Base    Base, 0 to 36, of the value represented by the string\r