From bb12df97323c6c4d2267e3993eac328cce2ecb5f Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Sat, 16 Aug 2008 13:27:05 +0000 Subject: [PATCH] Fix typo in comment: s/addrees/address/ Signed-off-by: Paul Menzel Acked-by: Ward Vandewege git-svn-id: svn://coreboot.org/repository/coreboot-v3@777 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/picwrapper/picwrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/picwrapper/picwrapper b/util/picwrapper/picwrapper index 6783303b17..d5019276d5 100755 --- a/util/picwrapper/picwrapper +++ b/util/picwrapper/picwrapper @@ -42,7 +42,7 @@ echo -e "\ # # 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. #