Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2023 18:37:41 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 26713ad9cf18 - main - arm: Remove a double word in a comment in setjmp
Message-ID:  <202304131837.33DIbf6G064914@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304131837.33DIbf6G064914>