diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2017-01-23 12:07:45 -0600 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-01-26 16:22:11 -0800 |
commit | 2e6f38cef8838a5edd6051c3110ecf06f37ec544 (patch) | |
tree | 006721203cc2e24b4d38f90425ea0044d1cf5e4e /include/linux/platform_data/x86 | |
parent | 282a4e4ce5f99e3c166abac929498885a711e19f (diff) | |
download | linux-stable-2e6f38cef8838a5edd6051c3110ecf06f37ec544.tar.gz linux-stable-2e6f38cef8838a5edd6051c3110ecf06f37ec544.tar.bz2 linux-stable-2e6f38cef8838a5edd6051c3110ecf06f37ec544.zip |
platform/x86: fix typo in comment
s/Acumulate/Accumulate/
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/linux/platform_data/x86')
-rw-r--r-- | include/linux/platform_data/x86/pmc_atom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/x86/pmc_atom.h b/include/linux/platform_data/x86/pmc_atom.h index aa8744c77c6d..e4905fe69c38 100644 --- a/include/linux/platform_data/x86/pmc_atom.h +++ b/include/linux/platform_data/x86/pmc_atom.h @@ -50,7 +50,7 @@ BIT_ORED_DEDICATED_IRQ_GPSC | \ BIT_SHARED_IRQ_GPSS) -/* The timers acumulate time spent in sleep state */ +/* The timers accumulate time spent in sleep state */ #define PMC_S0IR_TMR 0x80 #define PMC_S0I1_TMR 0x84 #define PMC_S0I2_TMR 0x88 |