From ed23fed3f3381b81771ca0f927d507d371f1eed1 Mon Sep 17 00:00:00 2001
From: Nico Huber <nico.h@gmx.de>
Date: Sat, 13 Apr 2019 17:10:51 +0200
Subject: sb/intel/common: Fix config name in a comment

This sneaked in after we made unknown arguments to CONFIG() an error.

Change-Id: Ia1de78ce1d3277c7b094c3283455f4b56f3a3fbb
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32314
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
 src/southbridge/intel/common/pmclib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/southbridge/intel/common/pmclib.h b/src/southbridge/intel/common/pmclib.h
index 7de5f97074..075f707b1b 100644
--- a/src/southbridge/intel/common/pmclib.h
+++ b/src/southbridge/intel/common/pmclib.h
@@ -18,7 +18,7 @@
 #define INTEL_COMMON_PMCLIB_H
 
 /*
- * Returns 1 if platform was in ACPI S3 power state and CONFIG(ACPI_RESUME)
+ * Returns 1 if platform was in ACPI S3 power state and CONFIG(HAVE_ACPI_RESUME)
  * is enabled else returns 0.
  */
 int southbridge_detect_s3_resume(void);
-- 
cgit v1.2.3