From e2c90c45f7d1dbdd02269f0a8f3c95cb8ee5fa91 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 18 Aug 2018 09:04:41 +0200 Subject: Fix typos Change-Id: I20745d5f30f9577622e27abf2f45220f026f65ac Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28206 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- physmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'physmap.c') diff --git a/physmap.c b/physmap.c index 8dd50a5d2..8e809258f 100644 --- a/physmap.c +++ b/physmap.c @@ -364,7 +364,7 @@ void *physmap_ro_unaligned(const char *descr, uintptr_t phys_addr, size_t len) } /* MSR abstraction implementations for Linux, OpenBSD, FreeBSD/Dragonfly, OSX, libpayload - * and a non-working default implemenation on the bottom. See also hwaccess.h for some (re)declarations. */ + * and a non-working default implementation on the bottom. See also hwaccess.h for some (re)declarations. */ #if defined(__i386__) || defined(__x86_64__) #ifdef __linux__ -- cgit v1.2.3