From 2ed0aa258f4bcbf978998ccd3a76f7b1c2d3d031 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 5 Jan 2016 20:58:58 -0700 Subject: Correct some common spelling mistakes - occured -> occurred - accomodate -> accommodate - existant -> existent - asssertion -> assertion - manangement -> management - cotroller -> controller Change-Id: Ibd6663752466d691fabbdc216ea05f2b58ac12d1 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12850 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/northbridge/amd/amdk8/thermal_mixin.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/amdk8') diff --git a/src/northbridge/amd/amdk8/thermal_mixin.asl b/src/northbridge/amd/amdk8/thermal_mixin.asl index 97bc760470..f096e5d5fe 100644 --- a/src/northbridge/amd/amdk8/thermal_mixin.asl +++ b/src/northbridge/amd/amdk8/thermal_mixin.asl @@ -45,7 +45,7 @@ OperationRegion(K8TR, PCI_Config, 0xE4, 0x4) Field(K8TR, DWordAcc, NoLock, Preserve) { , 1, - THTP, 1, /* Temperature sensor trip occured */ + THTP, 1, /* Temperature sensor trip occurred */ CORE, 1, /* Select Core */ TTS0, 1, /* Temperature sensor trip on CPU1 (or single core CPU0) */ TTS1, 1, /* Temperature sensor trip on CPU0 */ -- cgit v1.2.3