Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 03:26:15 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4133afcdc314 - main - ddb: Fix typo (triple S)
Message-ID:  <202312280326.3BS3QF2X077747@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=4133afcdc314c6509c31dbb133a34386a59cc079

commit 4133afcdc314c6509c31dbb133a34386a59cc079
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 03:17:16 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 03:24:31 +0000

    ddb: Fix typo (triple S)
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/955
---
 sys/ddb/db_textdump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/ddb/db_textdump.c b/sys/ddb/db_textdump.c
index 61d3b5ee6327..8103c028d52e 100644
--- a/sys/ddb/db_textdump.c
+++ b/sys/ddb/db_textdump.c
@@ -141,7 +141,7 @@ SYSCTL_INT(_debug_ddb_textdump, OID_AUTO, pending, CTLFLAG_RW,
 #define	TAR_USTAR	"ustar"
 
 #define	TAR_CONFIG_FILENAME	"config.txt"	/* Kernel configuration. */
-#define	TAR_MSGBUF_FILENAME	"msgbuf.txt"	/* Kernel messsage buffer. */
+#define	TAR_MSGBUF_FILENAME	"msgbuf.txt"	/* Kernel message buffer. */
 #define	TAR_PANIC_FILENAME	"panic.txt"	/* Panic message. */
 #define	TAR_VERSION_FILENAME	"version.txt"	/* Kernel version. */
 



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