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/11db58972bb4
branches:  trunk
changeset: 763064:11db58972bb4
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Mar 09 18:12:04 2011 +0000

description:
typo in comment

diffstat:

 sys/ufs/ufs/quota2.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de285ab41600 -r 11db58972bb4 sys/ufs/ufs/quota2.h
--- a/sys/ufs/ufs/quota2.h      Wed Mar 09 18:06:22 2011 +0000
+++ b/sys/ufs/ufs/quota2.h      Wed Mar 09 18:12:04 2011 +0000
@@ -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;
 };



Home | Main Index | Thread Index | Old Index