From da41b6182d22faf0ffa567f8e018078f4a6cbe7a Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 8 Jan 2020 15:52:03 +0100 Subject: include/commonlib: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9650084f42de15c04c7e26d8a4442a4f9ff65a87 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38271 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Angel Pons Reviewed-by: Paul Menzel --- src/commonlib/include/commonlib/region.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commonlib/include/commonlib/region.h b/src/commonlib/include/commonlib/region.h index 39db1bb627..47df9b63c6 100644 --- a/src/commonlib/include/commonlib/region.h +++ b/src/commonlib/include/commonlib/region.h @@ -31,7 +31,7 @@ struct region_device; /* - * Returns NULL on error otherwise a buffer is returned with the conents of + * Returns NULL on error otherwise a buffer is returned with the contents of * the requested data at offset of size. */ void *rdev_mmap(const struct region_device *rd, size_t offset, size_t size); @@ -173,7 +173,7 @@ struct mem_region_device { struct region_device rdev; }; -/* Inititalize at runtime a mem_region_device. This would be used when +/* Initialize at runtime a mem_region_device. This would be used when * the base and size are dynamic or can't be known during linking. * There are two variants: read-only and read-write. */ void mem_region_device_ro_init(struct mem_region_device *mdev, void *base, -- cgit v1.2.3