summaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rk9/acpi/thermal.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/roda/rk9/acpi/thermal.asl')
-rw-r--r--src/mainboard/roda/rk9/acpi/thermal.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk9/acpi/thermal.asl b/src/mainboard/roda/rk9/acpi/thermal.asl
index 907edc1adf..5c29846891 100644
--- a/src/mainboard/roda/rk9/acpi/thermal.asl
+++ b/src/mainboard/roda/rk9/acpi/thermal.asl
@@ -4,7 +4,7 @@
Scope (\_TZ)
{
- /* degree Celcius to deci-Kelvin (ACPI temperature unit) */
+ /* degree Celsius to deci-Kelvin (ACPI temperature unit) */
Method(C2dK, 1) {
Add (2732, Multiply (Arg0, 10), Local0)
Return (Local0)