summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/stackprotector.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-05-12 20:58:31 +0300
committerIngo Molnar <mingo@kernel.org>2021-05-12 21:00:51 +0300
commitc43426334b3169b6c9e6855483aa7384ff09fd33 (patch)
treebb4fc34eaafc27892f3e25feed34c1e0185c5125 /arch/x86/include/asm/stackprotector.h
parent6f0d271d21c5dc12b78cc7d8b241a5acbca5589f (diff)
downloadlinux-c43426334b3169b6c9e6855483aa7384ff09fd33.tar.xz
x86: Fix leftover comment typos
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/stackprotector.h')
-rw-r--r--arch/x86/include/asm/stackprotector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/stackprotector.h b/arch/x86/include/asm/stackprotector.h
index b6ffe58c70fa..24a8d6c4fb18 100644
--- a/arch/x86/include/asm/stackprotector.h
+++ b/arch/x86/include/asm/stackprotector.h
@@ -11,7 +11,7 @@
* The same segment is shared by percpu area and stack canary. On
* x86_64, percpu symbols are zero based and %gs (64-bit) points to the
* base of percpu area. The first occupant of the percpu area is always
- * fixed_percpu_data which contains stack_canary at the approproate
+ * fixed_percpu_data which contains stack_canary at the appropriate
* offset. On x86_32, the stack canary is just a regular percpu
* variable.
*