diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-03-20 12:08:40 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-28 09:25:18 +0000 |
commit | 40bcdba65219b28b3bf76bd97cb2906359554af3 (patch) | |
tree | 7b0c742567c1728e473f6fc447fa266144326618 /src | |
parent | bf72dcbd2f1b0138a329f0c9adac33c387e8cd9f (diff) | |
download | coreboot-40bcdba65219b28b3bf76bd97cb2906359554af3.tar.xz |
cpu/intel/common: Fix typo in comment
Change-Id: I9ff49adebc1156d33c648efb8e9854b13c0ef859
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39696
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/intel/common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/common/common.h b/src/cpu/intel/common/common.h index e38e068112..57a5fe602c 100644 --- a/src/cpu/intel/common/common.h +++ b/src/cpu/intel/common/common.h @@ -12,7 +12,7 @@ void set_feature_ctrl_lock(void); /* * Init CPPC block with MSRs for Intel Enhanced Speed Step Technology. * Version 2 is suggested--this function's implementation of version 3 - * may have room for improvment. + * may have room for improvement. */ struct cppc_config; void cpu_init_cppc_config(struct cppc_config *config, u32 version); |