summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:42:40 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-04-17 11:42:40 +0000
commita2098fea6ddaa8a24cb676c63cadbfa1b8fb0da8 (patch)
treeea2bb80e7a6e5622a4d75e28f49c87dd1966d274
parentab3f6b347ef97e755cf291ed77f9eb4a48531d15 (diff)
Notes
-rw-r--r--include/rpcsvc/ypxfrd.x2
-rw-r--r--sys/dev/cas/if_casvar.h2
-rw-r--r--sys/dev/xen/netback/netback.c2
-rw-r--r--sys/fs/devfs/devfs_devs.c2
-rw-r--r--sys/fs/msdosfs/msdosfs_conv.c2
-rw-r--r--sys/kern/imgact_gzip.c2
-rw-r--r--sys/netgraph/ng_base.c2
-rw-r--r--usr.sbin/nandsim/nandsim_cfgparse.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/include/rpcsvc/ypxfrd.x b/include/rpcsvc/ypxfrd.x
index 6a767682360a..7efab3dd63b0 100644
--- a/include/rpcsvc/ypxfrd.x
+++ b/include/rpcsvc/ypxfrd.x
@@ -75,7 +75,7 @@ const _YPMAXDOMAIN = 64;
const _YPMAXMAP = 64;
const _YPMAXPEER = 64;
-/* Suggested default -- not necesarrily the one used. */
+/* Suggested default -- not necessarily the one used. */
const YPXFRBLOCK = 32767;
/*
diff --git a/sys/dev/cas/if_casvar.h b/sys/dev/cas/if_casvar.h
index 10b81dd1a2fd..653572c8b201 100644
--- a/sys/dev/cas/if_casvar.h
+++ b/sys/dev/cas/if_casvar.h
@@ -56,7 +56,7 @@
/*
* Receive completion ring size - we have one completion per
- * incoming packet (though the opposite isn't necesarrily true),
+ * incoming packet (though the opposite isn't necessarily true),
* so this logic is a little simpler.
*/
#define CAS_NRXCOMP 4096
diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c
index b00daf085510..77bef5e41415 100644
--- a/sys/dev/xen/netback/netback.c
+++ b/sys/dev/xen/netback/netback.c
@@ -1816,7 +1816,7 @@ xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc,
/*
* if we got here, then 1 or more requests was consumed, but the packet
- * is not necesarily valid.
+ * is not necessarily valid.
*/
if (xnb_pkt_is_valid(&pkt) == 0) {
/* got a garbage packet, respond and drop it */
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c
index 2ce1ca64d208..6b6cf6e8be23 100644
--- a/sys/fs/devfs/devfs_devs.c
+++ b/sys/fs/devfs/devfs_devs.c
@@ -655,7 +655,7 @@ devfs_cleanup(struct devfs_mount *dm)
/*
* devfs_create() and devfs_destroy() are called from kern_conf.c and
* in both cases the devlock() mutex is held, so no further locking
- * is necesary and no sleeping allowed.
+ * is necessary and no sleeping allowed.
*/
void
diff --git a/sys/fs/msdosfs/msdosfs_conv.c b/sys/fs/msdosfs/msdosfs_conv.c
index b7120d86dd24..2d35bda5e0a9 100644
--- a/sys/fs/msdosfs/msdosfs_conv.c
+++ b/sys/fs/msdosfs/msdosfs_conv.c
@@ -774,7 +774,7 @@ winSlotCnt(un, unlen, pmp)
}
/*
- * Determine the number of bytes neccesary for Win95 names
+ * Determine the number of bytes neccessary for Win95 names
*/
size_t
winLenFixup(un, unlen)
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c
index 1333abefb0fa..7c48ac66a0cf 100644
--- a/sys/kern/imgact_gzip.c
+++ b/sys/kern/imgact_gzip.c
@@ -18,7 +18,7 @@
* inflate isn't quite reentrant yet...
* error-handling is a mess...
* so is the rest...
- * tidy up unnecesary includes
+ * tidy up unnecessary includes
*/
#include <sys/cdefs.h>
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 614346448469..95c60617840c 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -92,7 +92,7 @@ static void ng_dumphooks(void);
#endif /* NETGRAPH_DEBUG */
/*
* DEAD versions of the structures.
- * In order to avoid races, it is sometimes neccesary to point
+ * In order to avoid races, it is sometimes necessary to point
* at SOMETHING even though theoretically, the current entity is
* INVALID. Use these to avoid these races.
*/
diff --git a/usr.sbin/nandsim/nandsim_cfgparse.c b/usr.sbin/nandsim/nandsim_cfgparse.c
index d6a7cd69720e..33a414141a29 100644
--- a/usr.sbin/nandsim/nandsim_cfgparse.c
+++ b/usr.sbin/nandsim/nandsim_cfgparse.c
@@ -575,7 +575,7 @@ parse_config(char *cfgfname, const char *devfname)
/*
* Function tries to get appropriate value for given key, convert it to
- * array of ints (of given size), and perform all the neccesary checks and
+ * array of ints (of given size), and perform all the necessary checks and
* conversions.
*/
static int