summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
diff options
context:
space:
mode:
authorzec <zec@FreeBSD.org>2009-05-08 14:34:25 +0000
committerzec <zec@FreeBSD.org>2009-05-08 14:34:25 +0000
commitb31e199a10f100466a3c6361f9a121a40804a1d8 (patch)
tree205a888e59b09bcbb0f2632880a6d8d8a57457fe /sys/kern/kern_linker.c
parent1f0a16821c2fc8f3daf00890ca6c380e616c8ee4 (diff)
downloadFreeBSD-src-b31e199a10f100466a3c6361f9a121a40804a1d8.zip
FreeBSD-src-b31e199a10f100466a3c6361f9a121a40804a1d8.tar.gz
A NOP change: style / whitespace cleanup of the noise that slipped
into r191816. Spotted by: bz Approved by: julian (mentor) (an earlier version of the diff)
Diffstat (limited to 'sys/kern/kern_linker.c')
-rw-r--r--sys/kern/kern_linker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c
index 4e0c5a3..9f2a17c 100644
--- a/sys/kern/kern_linker.c
+++ b/sys/kern/kern_linker.c
@@ -999,7 +999,7 @@ kern_kldload(struct thread *td, const char *file, int *fileid)
#endif
/*
- * It's possible that kldloaded module will attach a new ifnet,
+ * It is possible that kldloaded module will attach a new ifnet,
* so vnet context must be set when this ocurs.
*/
CURVNET_SET(TD_TO_VNET(td));
OpenPOWER on IntegriCloud