From 7da47c6982f7ad68c48f24238573e53549aa72a0 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Sun, 16 Jun 2019 17:58:17 +0200 Subject: [PATCH] include: scripts: fix typos in priv_stacks.ld This commit fixes some (minor) typos in priv_stack.ld linker script. Signed-off-by: Ioannis Glaropoulos --- include/linker/priv_stacks.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linker/priv_stacks.ld b/include/linker/priv_stacks.ld index 6151cb26d02..fe62f022c1a 100644 --- a/include/linker/priv_stacks.ld +++ b/include/linker/priv_stacks.ld @@ -8,7 +8,7 @@ /* Constraints: * * - changes to the size of this section between build phases - * *must not* shift the memory address of any kernel obejcts, + * *must not* shift the memory address of any kernel objects, * since it contains a hashtable of the memory addresses of those * kernel objects * @@ -19,7 +19,7 @@ * The size of the * gperf tables is both a function of the number of kernel objects, * *and* the specific memory addresses being hashed. It is not something - * that can be predicted without actually building and compling it. + * that can be predicted without actually building and compiling it. */ SECTION_DATA_PROLOGUE(priv_stacks,,) {