summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/fpsimd.c
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2016-02-24 09:52:41 -0800
committerCatalin Marinas <catalin.marinas@arm.com>2016-03-04 18:19:17 +0000
commitef769e320863a186e489e3f66ed8df60487fe9bf (patch)
tree231e7cf5acaf951b6ff8008761c0d813897c8adf /arch/arm64/kernel/fpsimd.c
parentcd1b76bb73d0f735cc9aa076c121fd172752445b (diff)
downloadlinux-stable-ef769e320863a186e489e3f66ed8df60487fe9bf.tar.gz
linux-stable-ef769e320863a186e489e3f66ed8df60487fe9bf.tar.bz2
linux-stable-ef769e320863a186e489e3f66ed8df60487fe9bf.zip
arm64: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/fpsimd.c')
-rw-r--r--arch/arm64/kernel/fpsimd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/fpsimd.c b/arch/arm64/kernel/fpsimd.c
index acc1afd5c749..975b274ee7b5 100644
--- a/arch/arm64/kernel/fpsimd.c
+++ b/arch/arm64/kernel/fpsimd.c
@@ -45,7 +45,7 @@
* been used to perform kernel mode NEON in the meantime.
*
* For (a), we add a 'cpu' field to struct fpsimd_state, which gets updated to
- * the id of the current CPU everytime the state is loaded onto a CPU. For (b),
+ * the id of the current CPU every time the state is loaded onto a CPU. For (b),
* we add the per-cpu variable 'fpsimd_last_state' (below), which contains the
* address of the userland FPSIMD state of the task that was loaded onto the CPU
* the most recently, or NULL if kernel mode NEON has been performed after that.