Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mtree Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/b0c4cb4c421c
branches: trunk
changeset: 781893:b0c4cb4c421c
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Oct 05 09:17:29 2012 +0000
description:
Fix typo in comment.
diffstat:
usr.sbin/mtree/mtree.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 19d5a21ba911 -r b0c4cb4c421c usr.sbin/mtree/mtree.h
--- a/usr.sbin/mtree/mtree.h Fri Oct 05 06:04:43 2012 +0000
+++ b/usr.sbin/mtree/mtree.h Fri Oct 05 09:17:29 2012 +0000
@@ -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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index