summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2012-12-07 07:08:39 +0000
committerrpaulo <rpaulo@FreeBSD.org>2012-12-07 07:08:39 +0000
commit68ccd141543e215ba4e1b27ab232419cf360cfaf (patch)
treeea7552e44fc59fd26d9da032b96d5c6358750f5f /sys/boot/efi/libefi
parent5bdf25a9c88254f5640d9463486c7c9bad8652d8 (diff)
downloadFreeBSD-src-68ccd141543e215ba4e1b27ab232419cf360cfaf.zip
FreeBSD-src-68ccd141543e215ba4e1b27ab232419cf360cfaf.tar.gz
Typo in a comment.
Diffstat (limited to 'sys/boot/efi/libefi')
-rw-r--r--sys/boot/efi/libefi/libefi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/libefi/libefi.c b/sys/boot/efi/libefi/libefi.c
index 9e921f3..45a48dc 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
OpenPOWER on IntegriCloud