git: 26713ad9cf18 - main - arm: Remove a double word in a comment in setjmp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Apr 2023 18:37:41 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=26713ad9cf18b6ecd37f862182c84c1e57aee091 commit 26713ad9cf18b6ecd37f862182c84c1e57aee091 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-04-13 18:37:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-04-13 18:37:25 +0000 arm: Remove a double word in a comment in setjmp - s/number number/number/ MFC after: 5 days --- 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 *