HAOUAS Elyes has uploaded this change for review.

View Change

arch/x86: Fix typos

Change-Id: I944b9bf8f518eff9b539769825174bf1544e6b34
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/arch/x86/acpi_device.c
M src/arch/x86/acpigen.c
2 files changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/38310/1
diff --git a/src/arch/x86/acpi_device.c b/src/arch/x86/acpi_device.c
index 1d79170..d512789 100644
--- a/src/arch/x86/acpi_device.c
+++ b/src/arch/x86/acpi_device.c
@@ -176,7 +176,7 @@
return buf;
}

-/* Concatentate the device path and provided name suffix */
+/* Concatenate the device path and provided name suffix */
const char *acpi_device_path_join(const struct device *dev, const char *name)
{
static char buf[DEVICE_PATH_MAX] = {};
diff --git a/src/arch/x86/acpigen.c b/src/arch/x86/acpigen.c
index 493131e..2e60783 100644
--- a/src/arch/x86/acpigen.c
+++ b/src/arch/x86/acpigen.c
@@ -1006,7 +1006,7 @@
acpigen_emit_byte(WORD_PREFIX);
len_stack[ltop++] = acpigen_get_current();
/* Add 2 dummy bytes for the ACPI word (keep aligned with
- the calclulation in acpigen_write_resourcetemplate() below). */
+ the calculation in acpigen_write_resourcetemplate() below). */
acpigen_emit_byte(0x00);
acpigen_emit_byte(0x00);
}

To view, visit change 38310. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I944b9bf8f518eff9b539769825174bf1544e6b34
Gerrit-Change-Number: 38310
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange