summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/fsp_rangeley/acpi.c
diff options
context:
space:
mode:
authornicky sielicki <nlsielicki@wisc.edu>2015-04-09 20:21:56 -0500
committerMartin Roth <gaumless@gmail.com>2015-04-10 17:57:11 +0200
commit1376b680c24025234e8bad0e7982dfca4dc1afec (patch)
treee45460d167c7058b134a959c0133a4b6fcb002e6 /src/southbridge/intel/fsp_rangeley/acpi.c
parent1483822ab8a1748b18b4a41e24db2381121c04ef (diff)
downloadcoreboot-1376b680c24025234e8bad0e7982dfca4dc1afec.tar.gz
coreboot-1376b680c24025234e8bad0e7982dfca4dc1afec.tar.bz2
coreboot-1376b680c24025234e8bad0e7982dfca4dc1afec.zip
southbridge/intel/fsp_rangeley/ : Spellcheck + Formatting
Changes: acpi.c - Capitalize an acronym. early_spi.c - Spelling error. gpio.c - Capitalization of acronym + sentences. gpio.h - Capitalization of sentences. lpc.c - Capitalization of sentences. soc.c - Spelling error + capitalization of acronym. I just wanted to go through the process of commiting something onto Gerrit. Change-Id: Iad2ac5409f883c5b7cbc25e4e296f386ad7e13d0 Signed-off-by: nicky sielicki <nlsielicki@wisc.edu> Reviewed-on: http://review.coreboot.org/9510 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'src/southbridge/intel/fsp_rangeley/acpi.c')
-rw-r--r--src/southbridge/intel/fsp_rangeley/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/fsp_rangeley/acpi.c b/src/southbridge/intel/fsp_rangeley/acpi.c
index 19d615432066..202b5b2cda34 100644
--- a/src/southbridge/intel/fsp_rangeley/acpi.c
+++ b/src/southbridge/intel/fsp_rangeley/acpi.c
@@ -30,7 +30,7 @@
#endif
/**
- * Fill in the fadt with generic values that can be overridden later.
+ * Fill in the FADT with generic values that can be overridden later.
*/
typedef struct southbridge_intel_fsp_rangeley_config config_t;