Fix typo in comment:

s/addrees/address/

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



git-svn-id: svn://coreboot.org/repository/coreboot-v3@777 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ward Vandewege 2008-08-16 13:27:05 +00:00
commit bb12df9732

View file

@ -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.
#