summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/efi_console.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-10-18 21:51:38 +0200
committerAlexander Graf <agraf@suse.de>2018-12-02 21:59:37 +0100
commite1fec152fe53ca8ee922fd0ed4d2c197d4f641bf (patch)
treeb4497557eeb16b2bcb1e3a81a2789e098e493bbe /lib/efi_loader/efi_console.c
parent4c174394caa814a185121e7b06a41dc4be5c774a (diff)
downloadu-boot-e1fec152fe53ca8ee922fd0ed4d2c197d4f641bf.tar.gz
u-boot-e1fec152fe53ca8ee922fd0ed4d2c197d4f641bf.tar.xz
u-boot-e1fec152fe53ca8ee922fd0ed4d2c197d4f641bf.zip
efi_loader: fix typos
Fix typos in EFI subsystem comments. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/efi_loader/efi_console.c')
-rw-r--r--lib/efi_loader/efi_console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efi_loader/efi_console.c b/lib/efi_loader/efi_console.c
index 7274d75204..66c33a551d 100644
--- a/lib/efi_loader/efi_console.c
+++ b/lib/efi_loader/efi_console.c
@@ -205,7 +205,7 @@ static int query_console_serial(int *rows, int *cols)
/*
* Not all terminals understand CSI [18t for querying the console size.
* We should adhere to escape sequences documented in the console_codes
- * manpage and the ECMA-48 standard.
+ * man page and the ECMA-48 standard.
*
* So here we follow a different approach. We position the cursor to the
* bottom right and query its position. Before leaving the function we
@@ -480,7 +480,7 @@ void set_shift_mask(int mod, struct efi_key_state *key_state)
*
* This gets called when we have already parsed CSI.
*
- * @modifiers: bitmask (shift, alt, ctrl)
+ * @modifiers: bit mask (shift, alt, ctrl)
* @return: the unmodified code
*/
static int analyze_modifiers(struct efi_key_state *key_state)