From 80873def607ba8056e5aab40eaa3be07e9a5ec19 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Thu, 26 Dec 2013 04:19:37 +0000 Subject: Keep consistent about the return value between the caller and callee. Signed-off-by: Eric Dong Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15021 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/CustomizedDisplayLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Include/Library/CustomizedDisplayLib.h') diff --git a/MdeModulePkg/Include/Library/CustomizedDisplayLib.h b/MdeModulePkg/Include/Library/CustomizedDisplayLib.h index 31e1091e88..bb4b2f4e8d 100644 --- a/MdeModulePkg/Include/Library/CustomizedDisplayLib.h +++ b/MdeModulePkg/Include/Library/CustomizedDisplayLib.h @@ -116,7 +116,7 @@ CreateDialog ( /** Confirm how to handle the changed data. - @return Action BROWSER_ACTION_SUBMIT, BROWSER_ACTION_DISCARD or other values. + @return Action BROWSER_SAVE_CHANGES, BROWSER_DISCARD_CHANGES or other values. **/ UINTN EFIAPI -- cgit v1.2.3