Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0e5ea32 authored by Nikanth Karthikesan's avatar Nikanth Karthikesan Committed by Ingo Molnar
Browse files

x86: Fix a typo in a printk message



[ Impact: printk message cleanup ]

Signed-off-by: default avatarNikanth Karthikesan <knikanth@suse.de>
LKML-Reference: <200905040908.27299.knikanth@suse.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7eccf7b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ int __init get_memcfg_from_srat(void)

	if (num_memory_chunks == 0) {
		printk(KERN_WARNING
			 "could not finy any ACPI SRAT memory areas.\n");
			 "could not find any ACPI SRAT memory areas.\n");
		goto out_fail;
	}