svn commit: r249583 - in head: include/rpcsvc sys/dev/cas sys/dev/xen/netback sys/fs/devfs sys/fs/msdosfs sys/kern sys/netgraph usr.sbin/nandsim
Gabor Kovesdan
gabor at FreeBSD.org
Wed Apr 17 11:42:42 UTC 2013
Author: gabor
Date: Wed Apr 17 11:42:40 2013
New Revision: 249583
URL: http://svnweb.freebsd.org/changeset/base/249583
Log:
- Correct mispellings of the word necessary
Submitted by: Christoph Mallon <christoph.mallon at gmx.de> (via private mail)
Modified:
head/include/rpcsvc/ypxfrd.x
head/sys/dev/cas/if_casvar.h
head/sys/dev/xen/netback/netback.c
head/sys/fs/devfs/devfs_devs.c
head/sys/fs/msdosfs/msdosfs_conv.c
head/sys/kern/imgact_gzip.c
head/sys/netgraph/ng_base.c
head/usr.sbin/nandsim/nandsim_cfgparse.c
Modified: head/include/rpcsvc/ypxfrd.x
==============================================================================
--- head/include/rpcsvc/ypxfrd.x Wed Apr 17 11:40:10 2013 (r249582)
+++ head/include/rpcsvc/ypxfrd.x Wed Apr 17 11:42:40 2013 (r249583)
@@ -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;
/*
Modified: head/sys/dev/cas/if_casvar.h
==============================================================================
--- head/sys/dev/cas/if_casvar.h Wed Apr 17 11:40:10 2013 (r249582)
+++ head/sys/dev/cas/if_casvar.h Wed Apr 17 11:42:40 2013 (r249583)
@@ -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
Modified: head/sys/dev/xen/netback/netback.c
==============================================================================
--- head/sys/dev/xen/netback/netback.c Wed Apr 17 11:40:10 2013 (r249582)
+++ head/sys/dev/xen/netback/netback.c Wed Apr 17 11:42:40 2013 (r249583)
@@ -1816,7 +1816,7 @@ xnb_recv(netif_tx_back_ring_t *txb, domi
/*
* 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 */
Modified: head/sys/fs/devfs/devfs_devs.c
==============================================================================
--- head/sys/fs/devfs/devfs_devs.c Wed Apr 17 11:40:10 2013 (r249582)
+++ head/sys/fs/devfs/devfs_devs.c Wed Apr 17 11:42:40 2013 (r249583)
@@ -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
Modified: head/sys/fs/msdosfs/msdosfs_conv.c
==============================================================================
--- head/sys/fs/msdosfs/msdosfs_conv.c Wed Apr 17 11:40:10 2013 (r249582)
+++ head/sys/fs/msdosfs/msdosfs_conv.c Wed Apr 17 11:42:40 2013 (r249583)
@@ -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)
Modified: head/sys/kern/imgact_gzip.c
==============================================================================
--- head/sys/kern/imgact_gzip.c Wed Apr 17 11:40:10 2013 (r249582)
+++ head/sys/kern/imgact_gzip.c Wed Apr 17 11:42:40 2013 (r249583)
@@ -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>
Modified: head/sys/netgraph/ng_base.c
==============================================================================
--- head/sys/netgraph/ng_base.c Wed Apr 17 11:40:10 2013 (r249582)
+++ head/sys/netgraph/ng_base.c Wed Apr 17 11:42:40 2013 (r249583)
@@ -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.
*/
Modified: head/usr.sbin/nandsim/nandsim_cfgparse.c
==============================================================================
--- head/usr.sbin/nandsim/nandsim_cfgparse.c Wed Apr 17 11:40:10 2013 (r249582)
+++ head/usr.sbin/nandsim/nandsim_cfgparse.c Wed Apr 17 11:42:40 2013 (r249583)
@@ -575,7 +575,7 @@ parse_config(char *cfgfname, const char
/*
* 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
More information about the svn-src-head
mailing list