stand: Fix a common typo in source code comments

- s/existance/existence/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-02-07 18:12:58 +01:00
parent 066e393f8f
commit 9cd75b5588
3 changed files with 3 additions and 3 deletions

View File

@ -421,7 +421,7 @@ EFI_STATUS
Routine Description: Routine Description:
Reads the next keystroke from the input device. The WaitForKey Event can Reads the next keystroke from the input device. The WaitForKey Event can
be used to test for existance of a keystroke via WaitForEvent () call. be used to test for existence of a keystroke via WaitForEvent () call.
Arguments: Arguments:
This - Protocol instance pointer. This - Protocol instance pointer.

View File

@ -762,7 +762,7 @@ vbe_set_mode(int modenum)
} }
/* /*
* Verify existance of mode number or find mode by * Verify existence of mode number or find mode by
* dimensions. If depth is not given, walk values 32, 24, 16, 8. * dimensions. If depth is not given, walk values 32, 24, 16, 8.
*/ */
static int static int

View File

@ -165,7 +165,7 @@ geli_taste(geli_readfunc readfunc, void *readpriv, daddr_t lastsector,
/* /*
* We have a new known_device. Whether it's geli-encrypted or not, * We have a new known_device. Whether it's geli-encrypted or not,
* record its existance so we can avoid doing IO to probe it next time. * record its existence so we can avoid doing IO to probe it next time.
*/ */
if ((kdev = malloc(sizeof(*kdev))) == NULL) if ((kdev = malloc(sizeof(*kdev))) == NULL)
goto out; goto out;