Module Name:    src
Committed By:   wiz
Date:           Fri Oct  5 09:17:30 UTC 2012

Modified Files:
        src/usr.sbin/mtree: mtree.h

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/mtree/mtree.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/mtree/mtree.h
diff -u src/usr.sbin/mtree/mtree.h:1.30 src/usr.sbin/mtree/mtree.h:1.31
--- src/usr.sbin/mtree/mtree.h:1.30	Fri Oct  5 01:31:05 2012
+++ src/usr.sbin/mtree/mtree.h	Fri Oct  5 09:17:29 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: mtree.h,v 1.30 2012/10/05 01:31:05 christos Exp $	*/
+/*	$NetBSD: mtree.h,v 1.31 2012/10/05 09:17:29 wiz Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -86,7 +86,7 @@ typedef struct _node {
 #define	F_UID		0x00080000		/* uid */
 #define	F_UNAME		0x00100000		/* user name */
 #define	F_VISIT		0x00200000		/* file visited */
-#define	F_NOCHANGE	0x00400000		/* check existance, but not */
+#define	F_NOCHANGE	0x00400000		/* check existence, but not */
 						/* other properties */
 #define	F_SHA256	0x00800000		/* SHA256 digest */
 #define	F_SHA384	0x01000000		/* SHA384 digest */

Reply via email to