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 <[EMAIL PROTECTED]> Acked-by: Ward Vandewege <[EMAIL PROTECTED]> 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. # -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

