summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/vdso32/system_call.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/entry/vdso/vdso32/system_call.S')
-rw-r--r--arch/x86/entry/vdso/vdso32/system_call.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/entry/vdso/vdso32/system_call.S b/arch/x86/entry/vdso/vdso32/system_call.S
index de1fff7188aa..b15adf7f5ef8 100644
--- a/arch/x86/entry/vdso/vdso32/system_call.S
+++ b/arch/x86/entry/vdso/vdso32/system_call.S
@@ -29,7 +29,7 @@ __kernel_vsyscall:
* anyone with an AMD CPU, for example). Nonetheless, we try to keep
* it working approximately as well as it ever worked.
*
- * This link may eludicate some of the history:
+ * This link may elucidate some of the history:
* https://android-review.googlesource.com/#/q/Iac3295376d61ef83e713ac9b528f3b50aa780cd7
* personally, I find it hard to understand what's going on there.
*