diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-17 15:18:01 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-17 15:18:01 +0000 |
commit | 99b5a5a4c6c97eba16b34864e162a0c46ec3a2fc (patch) | |
tree | 41dc12e0a7f5bf12f62aad1b778dd9d3ac03570f /sys/dev/ciss/ciss.c | |
parent | e948bacfe5cecb866959cb6f8eae6bd32fd5688b (diff) | |
download | FreeBSD-src-99b5a5a4c6c97eba16b34864e162a0c46ec3a2fc.zip FreeBSD-src-99b5a5a4c6c97eba16b34864e162a0c46ec3a2fc.tar.gz |
MFC r298931, r298981, r299375:
Minor spelling fixes in:
sys/dev, sys/sys
Many of these have user-visible strings.
Diffstat (limited to 'sys/dev/ciss/ciss.c')
-rw-r--r-- | sys/dev/ciss/ciss.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 00a4e77..cafb6e7 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -464,7 +464,7 @@ ciss_attach(device_t dev) ciss_initq_notify(sc); /* - * Initalize device sysctls. + * Initialize device sysctls. */ ciss_init_sysctl(sc); @@ -619,7 +619,7 @@ ciss_init_pci(struct ciss_softc *sc) /* * XXX Big hammer, masks/unmasks all possible interrupts. This should * work on all hardware variants. Need to add code to handle the - * "controller crashed" interupt bit that this unmasks. + * "controller crashed" interrupt bit that this unmasks. */ sqmask = ~0; } @@ -4499,7 +4499,7 @@ ciss_name_ldrive_org(int org) case CISS_LDRIVE_RAIDADG: return("RAID ADG"); } - return("unkown"); + return("unknown"); } /************************************************************************ |