aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/southcluster.c
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-05-01 10:48:31 +0200
committerMatt DeVillier <matt.devillier@gmail.com>2019-05-03 22:39:14 +0000
commite6bf51fb221db651c271115b32f1308983d20987 (patch)
treed5f5cb3ea260cc868f38e166707e7dd5cbfd791a /src/soc/intel/braswell/southcluster.c
parenta88041c04315cd2875cdf71e8070a6c7faa355a3 (diff)
{soc, southbridge} : Correct typo in comment
BUG=N/A TEST=N/A Change-Id: I1b207e0b77bac8860ba7501378297c1f3604141c Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32453 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/braswell/southcluster.c')
-rw-r--r--src/soc/intel/braswell/southcluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/southcluster.c b/src/soc/intel/braswell/southcluster.c
index 000790d9a6..bf9f689c2a 100644
--- a/src/soc/intel/braswell/southcluster.c
+++ b/src/soc/intel/braswell/southcluster.c
@@ -347,7 +347,7 @@ static void sc_init(struct device *dev)
* Common code for the south cluster devices.
*/
-/* Set bit in function disble register to hide this device. */
+/* Set bit in function disable register to hide this device. */
static void sc_disable_devfn(struct device *dev)
{
void *func_dis = (void *)(PMC_BASE_ADDRESS + FUNC_DIS);