From b9fab40a3ddcf752a597a1854d9481f803a92be3 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Fri, 7 Dec 2012 07:08:39 +0000 Subject: [PATCH] Typo in a comment. --- sys/boot/efi/libefi/libefi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/efi/libefi/libefi.c b/sys/boot/efi/libefi/libefi.c index 9e921f31c7f..45a48dc0c62 100644 --- a/sys/boot/efi/libefi/libefi.c +++ b/sys/boot/efi/libefi/libefi.c @@ -135,7 +135,7 @@ efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table) * first count the number of words. Then, after allocating the * vector, we split the string up. We don't deal with quotes or * other more advanced shell features. - * The EFI shell will pas the name of the image as the first + * The EFI shell will pass the name of the image as the first * word in the argument list. This does not happen if we're * loaded by the boot manager. This is not so easy to figure * out though. The ParentHandle is not always NULL, because