Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs typo in comment
details: https://anonhg.NetBSD.org/src/rev/063e3717a7cf
branches: trunk
changeset: 787235:063e3717a7cf
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Jun 07 23:37:53 2013 +0000
description:
typo in comment
diffstat:
sys/ufs/ufs/dir.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0bea582b2b6f -r 063e3717a7cf sys/ufs/ufs/dir.h
--- a/sys/ufs/ufs/dir.h Fri Jun 07 22:40:34 2013 +0000
+++ b/sys/ufs/ufs/dir.h Fri Jun 07 23:37:53 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.h,v 1.21 2009/07/22 04:49:19 dholland Exp $ */
+/* $NetBSD: dir.h,v 1.22 2013/06/07 23:37:53 dholland Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -145,7 +145,7 @@
};
/*
- * This is the old format of directories, sanz type element.
+ * This is the old format of directories, sans type element.
*/
struct odirtemplate {
u_int32_t dot_ino;
Home |
Main Index |
Thread Index |
Old Index