summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-27 22:52:32 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 09:14:48 +0000
commit012e7a4ebd7dc3d96f2e56dc13d23856f961828d (patch)
tree71f4a2f3fbba8c7517ba0e07cc01005bfc6cc0d8 /payloads
parent1f4b5eff379c5285b70d11f2b2210ffc5600be5b (diff)
downloadcoreboot-012e7a4ebd7dc3d96f2e56dc13d23856f961828d.tar.xz
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>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/curses/form/fld_info.c2
-rw-r--r--payloads/libpayload/curses/form/fld_user.c4
-rw-r--r--payloads/libpayload/curses/form/frm_user.c4
-rw-r--r--payloads/libpayload/curses/menu/m_global.c2
-rw-r--r--payloads/libpayload/curses/menu/m_item_use.c4
-rw-r--r--payloads/libpayload/curses/menu/m_userptr.c4
6 files changed, 10 insertions, 10 deletions
diff --git a/payloads/libpayload/curses/form/fld_info.c b/payloads/libpayload/curses/form/fld_info.c
index da95e652fa..cf5d96fea7 100644
--- a/payloads/libpayload/curses/form/fld_info.c
+++ b/payloads/libpayload/curses/form/fld_info.c
@@ -82,7 +82,7 @@ field_info(const FIELD *field,
| int *drows, int *dcols,
| int *maxgrow)
|
-| Description : Retrieve informations about a dynamic fields current
+| Description : Retrieve information about a dynamic fields current
| dynamic parameters.
|
| Return Values : E_OK - success
diff --git a/payloads/libpayload/curses/form/fld_user.c b/payloads/libpayload/curses/form/fld_user.c
index 075580be50..322148f633 100644
--- a/payloads/libpayload/curses/form/fld_user.c
+++ b/payloads/libpayload/curses/form/fld_user.c
@@ -39,7 +39,7 @@ MODULE_ID("$Id: fld_user.c,v 1.16 2010/01/23 21:14:36 tom Exp $")
| Function : int set_field_userptr(FIELD *field, void *usrptr)
|
| Description : Set the pointer that is reserved in any field to store
-| application relevant informations
+| application relevant information
|
| Return Values : E_OK - on success
+--------------------------------------------------------------------------*/
@@ -57,7 +57,7 @@ set_field_userptr(FIELD *field, void *usrptr)
| Function : void *field_userptr(const FIELD *field)
|
| Description : Return the pointer that is reserved in any field to
-| store application relevant informations.
+| store application relevant information.
|
| Return Values : Value of pointer. If no such pointer has been set,
| NULL is returned
diff --git a/payloads/libpayload/curses/form/frm_user.c b/payloads/libpayload/curses/form/frm_user.c
index 5cab224caf..784206e336 100644
--- a/payloads/libpayload/curses/form/frm_user.c
+++ b/payloads/libpayload/curses/form/frm_user.c
@@ -39,7 +39,7 @@ MODULE_ID("$Id: frm_user.c,v 1.15 2010/01/23 21:14:36 tom Exp $")
| Function : int set_form_userptr(FORM *form, void *usrptr)
|
| Description : Set the pointer that is reserved in any form to store
-| application relevant informations
+| application relevant information
|
| Return Values : E_OK - on success
+--------------------------------------------------------------------------*/
@@ -57,7 +57,7 @@ set_form_userptr(FORM *form, void *usrptr)
| Function : void *form_userptr(const FORM *form)
|
| Description : Return the pointer that is reserved in any form to
-| store application relevant informations.
+| store application relevant information.
|
| Return Values : Value of pointer. If no such pointer has been set,
| NULL is returned
diff --git a/payloads/libpayload/curses/menu/m_global.c b/payloads/libpayload/curses/menu/m_global.c
index 73227f3382..4509996099 100644
--- a/payloads/libpayload/curses/menu/m_global.c
+++ b/payloads/libpayload/curses/menu/m_global.c
@@ -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 : -
diff --git a/payloads/libpayload/curses/menu/m_item_use.c b/payloads/libpayload/curses/menu/m_item_use.c
index 4a25a85d6e..69be633784 100644
--- a/payloads/libpayload/curses/menu/m_item_use.c
+++ b/payloads/libpayload/curses/menu/m_item_use.c
@@ -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.
diff --git a/payloads/libpayload/curses/menu/m_userptr.c b/payloads/libpayload/curses/menu/m_userptr.c
index 67d6ecd425..14afbf9702 100644
--- a/payloads/libpayload/curses/menu/m_userptr.c
+++ b/payloads/libpayload/curses/menu/m_userptr.c
@@ -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