git: 0b5e6fa6cdc1 - stable/13 - arm: Remove a double word in a comment in setjmp

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 18 Apr 2023 04:11:01 UTC
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=0b5e6fa6cdc19bd3c059d3b2e46fc07621655a48

commit 0b5e6fa6cdc19bd3c059d3b2e46fc07621655a48
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-04-13 18:37:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-04-18 04:10:49 +0000

    arm: Remove a double word in a comment in setjmp
    
    - s/number number/number/
    
    (cherry picked from commit 26713ad9cf18b6ecd37f862182c84c1e57aee091)
---
 sys/arm/include/setjmp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/include/setjmp.h b/sys/arm/include/setjmp.h
index 2090c5d15f40..490df1036e2b 100644
--- a/sys/arm/include/setjmp.h
+++ b/sys/arm/include/setjmp.h
@@ -44,7 +44,7 @@
  *	44-45	d14		(vfp register d14)
  *	46-47	d15		(vfp register d15)
  *
- * The magic number number identifies the jmp_buf and
+ * The magic number identifies the jmp_buf and
  * how the buffer was created as well as providing
  * a sanity check
  *