diff options
author | Martin Roth <martin.roth@se-eng.com> | 2013-07-09 21:46:01 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-11 22:36:19 +0200 |
commit | 0cb07e3476d9408d0935253f9f26c0a8ddc28401 (patch) | |
tree | b449dc02d522ad013ab4b18e10e17e7e95fde235 /src/include/bootstate.h | |
parent | cbe2edefb93ed3ba0a4b08f72a9b208429920675 (diff) |
include: Fix spelling
Change-Id: Iadc813bc8208278996b2b1aa20cfb156ec06fac9
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/3755
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/include/bootstate.h')
-rw-r--r-- | src/include/bootstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h index af189897d8..46662d5ea7 100644 --- a/src/include/bootstate.h +++ b/src/include/bootstate.h @@ -148,7 +148,7 @@ struct boot_state_callback { bscb_->arg = arg_ /* The following 2 functions schedule a callback to be called on entry/exit - * to a given state. Note that thare are no ordering guarantees between the + * to a given state. Note that there are no ordering guarantees between the * individual callbacks on a given state. 0 is returned on success < 0 on * error. */ int boot_state_sched_on_entry(struct boot_state_callback *bscb, |