[coreboot] r777 - coreboot-v3/util/picwrapper

svn at coreboot.org svn at coreboot.org
Sat Aug 16 15:27:05 CEST 2008


Author: ward
Date: 2008-08-16 15:27:05 +0200 (Sat, 16 Aug 2008)
New Revision: 777

Modified:
   coreboot-v3/util/picwrapper/picwrapper
Log:

Fix typo in comment:

s/addrees/address/

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Acked-by: Ward Vandewege <ward at gnu.org>



Modified: coreboot-v3/util/picwrapper/picwrapper
===================================================================
--- coreboot-v3/util/picwrapper/picwrapper	2008-08-16 02:34:51 UTC (rev 776)
+++ coreboot-v3/util/picwrapper/picwrapper	2008-08-16 13:27:05 UTC (rev 777)
@@ -42,7 +42,7 @@
 #
 # The trick is to push the destination address on the stack with an immediate
 # instruction (no register/memory references), then return to that address.
-# This emulates the nonexisting "Jump near, absolute, addrees in operand"
+# This emulates the nonexisting "Jump near, absolute, address in operand"
 # instruction in the x86 instruction set.
 #
 





More information about the coreboot mailing list