aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/menu/m_userptr.c
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/libpayload/curses/menu/m_userptr.c
parent1f4b5eff379c5285b70d11f2b2210ffc5600be5b (diff)
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/libpayload/curses/menu/m_userptr.c')
-rw-r--r--payloads/libpayload/curses/menu/m_userptr.c4
1 files changed, 2 insertions, 2 deletions
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