summaryrefslogtreecommitdiffstats
path: root/src/include/rmodule.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-07-28 21:25:21 +0200
committerMartin Roth <martinroth@google.com>2016-07-31 18:30:16 +0200
commit918535a657b4ee393708640aa2e8ed3c75de20b9 (patch)
treeb30037239dd2f44555348c95f3cc5a287a5f1f77 /src/include/rmodule.h
parent1bcd7fcb6199528fc82685e161d6b39f273a1962 (diff)
downloadcoreboot-918535a657b4ee393708640aa2e8ed3c75de20b9.tar.gz
coreboot-918535a657b4ee393708640aa2e8ed3c75de20b9.tar.bz2
coreboot-918535a657b4ee393708640aa2e8ed3c75de20b9.zip
src/include: Capitalize CPU, RAM and ROM
Change-Id: Id40c1bf868820c77ea20146d19c6d552c2f970c4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15942 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/include/rmodule.h')
-rw-r--r--src/include/rmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index c0c062cf8074..c5de9c3fa7fc 100644
--- a/src/include/rmodule.h
+++ b/src/include/rmodule.h
@@ -40,7 +40,7 @@ int rmodule_load_alignment(const struct rmodule *m);
/* rmodule_calc_region() calculates the region size, offset to place an
* rmodule in memory, and load address offset based off of a region allocator
* with an alignment of region_alignment. This function helps place an rmodule
- * in the same location in ram it will run from. The offset to place the
+ * in the same location in RAM it will run from. The offset to place the
* rmodule into the region allocated of size region_size is returned. The
* load_offset is the address to load and relocate the rmodule.
* region_alignment must be a power of 2. */