Module Name: src
Committed By: dholland
Date: Wed Mar 9 18:12:04 UTC 2011
Modified Files:
src/sys/ufs/ufs: quota2.h
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ufs/ufs/quota2.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/ufs/ufs/quota2.h
diff -u src/sys/ufs/ufs/quota2.h:1.2 src/sys/ufs/ufs/quota2.h:1.3
--- src/sys/ufs/ufs/quota2.h:1.2 Sun Mar 6 17:08:39 2011
+++ src/sys/ufs/ufs/quota2.h Wed Mar 9 18:12:04 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: quota2.h,v 1.2 2011/03/06 17:08:39 bouyer Exp $ */
+/* $NetBSD: quota2.h,v 1.3 2011/03/09 18:12:04 dholland Exp $ */
/*-
* Copyright (c) 2010 Manuel Bouyer
* All rights reserved.
@@ -67,7 +67,7 @@
struct quota2_val q2e_val[N_QL];
/* pointer to next entry for this list (offset in the file) */
uint64_t q2e_next;
- /* ownerchip information */
+ /* ownership information */
uint32_t q2e_uid;
uint32_t q2e_pad;
};