Date: Fri, 7 Dec 2012 07:08:39 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243978 - head/sys/boot/efi/libefi Message-ID: <201212070708.qB778dvA042065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212070708.qB778dvA042065>