svn commit: r243978 - head/sys/boot/efi/libefi

Rui Paulo rpaulo at FreeBSD.org
Fri Dec 7 07:08:40 UTC 2012


Author: rpaulo
Date: Fri Dec  7 07:08:39 2012
New Revision: 243978
URL: http://svnweb.freebsd.org/changeset/base/243978

Log:
  Typo in a comment.

Modified:
  head/sys/boot/efi/libefi/libefi.c

Modified: head/sys/boot/efi/libefi/libefi.c
==============================================================================
--- head/sys/boot/efi/libefi/libefi.c	Fri Dec  7 07:02:39 2012	(r243977)
+++ head/sys/boot/efi/libefi/libefi.c	Fri Dec  7 07:08:39 2012	(r243978)
@@ -135,7 +135,7 @@ efi_main(EFI_HANDLE image_handle, EFI_SY
 	 * 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


More information about the svn-src-all mailing list