Typo in a comment.

This commit is contained in:
Rui Paulo 2012-12-07 07:08:39 +00:00
parent 695d911ee0
commit b9fab40a3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243978

View file

@ -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