mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Print2: Refine the comment for ASCII_VALUE_TO_STRING_S
The commit refines the comment description for EFI_PRINT2S_PROTOCOL service ASCII_VALUE_TO_STRING_S. This service will not ASSERT when the input/output parameter 'Buffer' is not aligned on a 16-bit boundary. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
ba5cd2ff24
commit
e5735b98c2
|
@ -610,8 +610,7 @@ RETURN_STATUS
|
|||
sign character, '0' characters, digit characters for Value, and the
|
||||
Null-terminator add up to Width characters.
|
||||
|
||||
If Buffer is not aligned on a 16-bit boundary, then ASSERT().
|
||||
If an error would be returned, then the function will also ASSERT().
|
||||
If an error would be returned, then the function will ASSERT().
|
||||
|
||||
@param Buffer The pointer to the output buffer for the produced
|
||||
Null-terminated Ascii string.
|
||||
|
|
Loading…
Reference in New Issue