The branch main has been updated by imp:

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

commit 4133afcdc314c6509c31dbb133a34386a59cc079
Author:     Jose Luis Duran <jldu...@gmail.com>
AuthorDate: 2023-12-28 03:17:16 +0000
Commit:     Warner Losh <i...@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. */
 

Reply via email to