aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_linker.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
commite3043798aa79660648a80166c1b48461668c4887 (patch)
treec122a8a0b414336407a6c53c58daa7d7aa423532 /sys/kern/kern_linker.c
parenta061fea6eeb689ab01affff1350cc47beb4a0ce5 (diff)
downloadsrc-e3043798aa79660648a80166c1b48461668c4887.tar.gz
src-e3043798aa79660648a80166c1b48461668c4887.zip
sys/kern: spelling fixes in comments.
No functional change.
Notes
Notes: svn path=/head/; revision=298819
Diffstat (limited to 'sys/kern/kern_linker.c')
-rw-r--r--sys/kern/kern_linker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c
index c2c75836b199..16c39f09a601 100644
--- a/sys/kern/kern_linker.c
+++ b/sys/kern/kern_linker.c
@@ -949,7 +949,7 @@ linker_debug_search_symbol_name(caddr_t value, char *buf, u_int buflen,
*
* Note that we do not obey list locking protocols here. We really don't need
* DDB to hang because somebody's got the lock held. We'll take the chance
- * that the files list is inconsistant instead.
+ * that the files list is inconsistent instead.
*/
#ifdef DDB
int
@@ -2037,7 +2037,7 @@ linker_load_dependencies(linker_file_t lf)
int ver, error = 0, count;
/*
- * All files are dependant on /kernel.
+ * All files are dependent on /kernel.
*/
sx_assert(&kld_sx, SA_XLOCKED);
if (linker_kernel_file) {