diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-07 14:59:11 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-08 05:39:07 +0100 |
commit | 1fc2ba5e6d85f3c7eef00a7e6b0b3ee1352fbfa9 (patch) | |
tree | c943575806918a817060c0fc638625b42294733e /src/soc/samsung/exynos5420/tmu.c | |
parent | de7ed6fc7cdb3f55894e613bdc0c394fa8f57494 (diff) |
samsung/exynos5420: Spelling Fixes
Change-Id: I966645c83ae78943a7dbb9dc05af4fded6f4e5b5
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7703
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/soc/samsung/exynos5420/tmu.c')
-rw-r--r-- | src/soc/samsung/exynos5420/tmu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/tmu.c b/src/soc/samsung/exynos5420/tmu.c index 1b04b6cb42..ea706cba2a 100644 --- a/src/soc/samsung/exynos5420/tmu.c +++ b/src/soc/samsung/exynos5420/tmu.c @@ -69,8 +69,8 @@ struct tmu_info exynos5420_tmu_info = { /* * After reading temperature code from register, compensating - * its value and calculating celsius temperatue, - * get current temperatue. + * its value and calculating celsius temperature, + * get current temperature. * * @return current temperature of the chip as sensed by TMU */ |