aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-25 17:32:07 -0700
committerCatalin Marinas <[email protected]>2020-07-30 12:54:56 +0100
commit1a9ea25d1874ca457a596738b40fa4f3bec6fc8f (patch)
tree1d45c9ceb17c45b6601bd471453ca4c8651caa1c
parentc4b5abba008399dc4450ab6f62b2deb5acd3697e (diff)
arm64: sigcontext.h: delete duplicated word
Drop the repeated word "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r--arch/arm64/include/uapi/asm/sigcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/uapi/asm/sigcontext.h b/arch/arm64/include/uapi/asm/sigcontext.h
index 8b0ebce92427..0c796c795dbe 100644
--- a/arch/arm64/include/uapi/asm/sigcontext.h
+++ b/arch/arm64/include/uapi/asm/sigcontext.h
@@ -179,7 +179,7 @@ struct sve_context {
* The same convention applies when returning from a signal: a caller
* will need to remove or resize the sve_context block if it wants to
* make the SVE registers live when they were previously non-live or
- * vice-versa. This may require the the caller to allocate fresh
+ * vice-versa. This may require the caller to allocate fresh
* memory and/or move other context blocks in the signal frame.
*
* Changing the vector length during signal return is not permitted: