diff options
author | Martin Roth <martin.roth@se-eng.com> | 2013-07-09 21:52:41 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 20:18:06 +0200 |
commit | 8940d3e2a7678eabbdd6b3b79498a69019bde77a (patch) | |
tree | f0aee201e8995092440bc8a05c6346ff7f41def0 /src/ec/google | |
parent | cbf2bd715a6a3c5d758c52b4634284b260805d17 (diff) |
ec: Fix spelling
Change-Id: I5e4d35572c43f07bec5ec0bcd75c717723228e2f
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/3757
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/ec/google')
-rw-r--r-- | src/ec/google/chromeec/ec_commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/google/chromeec/ec_commands.h b/src/ec/google/chromeec/ec_commands.h index c1b19bcf1a..10a74022af 100644 --- a/src/ec/google/chromeec/ec_commands.h +++ b/src/ec/google/chromeec/ec_commands.h @@ -255,7 +255,7 @@ struct ec_lpc_host_args { * If EC gets a command and this flag is not set, this is an old-style command. * Command version is 0 and params from host are at EC_LPC_ADDR_OLD_PARAM with * unknown length. EC must respond with an old-style response (that is, - * withouth setting EC_HOST_ARGS_FLAG_TO_HOST). + * without setting EC_HOST_ARGS_FLAG_TO_HOST). */ #define EC_HOST_ARGS_FLAG_FROM_HOST 0x01 /* @@ -748,7 +748,7 @@ struct ec_response_port80_last_boot { /*****************************************************************************/ /* Thermal engine commands */ -/* Set thershold value */ +/* Set threshold value */ #define EC_CMD_THERMAL_SET_THRESHOLD 0x50 struct ec_params_thermal_set_threshold { |