Module Name:    src
Committed By:   andvar
Date:           Thu Oct  3 20:19:55 UTC 2024

Modified Files:
        src/sys/kern: kern_ksyms.c

Log Message:
s/preudo/pseudo/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/kern/kern_ksyms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/kern_ksyms.c
diff -u src/sys/kern/kern_ksyms.c:1.108 src/sys/kern/kern_ksyms.c:1.109
--- src/sys/kern/kern_ksyms.c:1.108	Tue Feb 21 11:40:00 2023
+++ src/sys/kern/kern_ksyms.c	Thu Oct  3 20:19:55 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_ksyms.c,v 1.108 2023/02/21 11:40:00 riastradh Exp $	*/
+/*	$NetBSD: kern_ksyms.c,v 1.109 2024/10/03 20:19:55 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_ksyms.c,v 1.108 2023/02/21 11:40:00 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_ksyms.c,v 1.109 2024/10/03 20:19:55 andvar Exp $");
 
 #if defined(_KERNEL) && defined(_KERNEL_OPT)
 #include "opt_copy_symtab.h"
@@ -244,7 +244,7 @@ findsym(const char *name, struct ksyms_s
 /*
  * ksyms can be loaded even if the kernel has a missing "pseudo-device ksyms"
  * statement because ddb and modules require it. Fixing it properly requires
- * fixing config to warn about required, but missing preudo-devices. For now,
+ * fixing config to warn about required, but missing pseudo-devices. For now,
  * if we don't have the pseudo-device we don't need the attach function; this
  * is fine, as it does nothing.
  */

Reply via email to