libpayload/curses/{form,menu}: Fix uncountable "information"
Change-Id: I28c79d0262a54b58d353802e0d572e5b8be5fbc5 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26595 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
1f4b5eff37
commit
012e7a4ebd
@@ -135,7 +135,7 @@ ComputeMaximum_NameDesc_Lengths(MENU * menu)
|
||||
| Facility : libnmenu
|
||||
| Function : static void ResetConnectionInfo(MENU *, ITEM **)
|
||||
|
|
||||
| Description : Reset all informations in the menu and the items in
|
||||
| Description : Reset all information in the menu and the items in
|
||||
| the item array that indicates a connection
|
||||
|
|
||||
| Return Values : -
|
||||
|
@@ -44,7 +44,7 @@ MODULE_ID("$Id: m_item_use.c,v 1.17 2010/01/23 21:20:10 tom Exp $")
|
||||
| Function : int set_item_userptr(ITEM *item, void *userptr)
|
||||
|
|
||||
| Description : Set the pointer that is reserved in any item to store
|
||||
| application relevant informations.
|
||||
| application relevant information.
|
||||
|
|
||||
| Return Values : E_OK - success
|
||||
+--------------------------------------------------------------------------*/
|
||||
@@ -61,7 +61,7 @@ set_item_userptr(ITEM * item, void *userptr)
|
||||
| Function : void *item_userptr(const ITEM *item)
|
||||
|
|
||||
| Description : Return the pointer that is reserved in any item to store
|
||||
| application relevant informations.
|
||||
| application relevant information.
|
||||
|
|
||||
| Return Values : Value of the pointer. If no such pointer has been set,
|
||||
| NULL is returned.
|
||||
|
@@ -44,7 +44,7 @@ MODULE_ID("$Id: m_userptr.c,v 1.17 2010/01/23 21:20:10 tom Exp $")
|
||||
| Function : int set_menu_userptr(MENU *menu, void *userptr)
|
||||
|
|
||||
| Description : Set the pointer that is reserved in any menu to store
|
||||
| application relevant informations.
|
||||
| application relevant information.
|
||||
|
|
||||
| Return Values : E_OK - success
|
||||
+--------------------------------------------------------------------------*/
|
||||
@@ -61,7 +61,7 @@ set_menu_userptr(MENU * menu, void *userptr)
|
||||
| Function : void *menu_userptr(const MENU *menu)
|
||||
|
|
||||
| Description : Return the pointer that is reserved in any menu to
|
||||
| store application relevant informations.
|
||||
| store application relevant information.
|
||||
|
|
||||
| Return Values : Value of the pointer. If no such pointer has been set,
|
||||
| NULL is returned
|
||||
|
Reference in New Issue
Block a user