summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-12-22 11:09:06 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-12-22 11:09:06 +0000
commit2ee2276b029332a436ccf8121f5609068e8e03e1 (patch)
treec203e5d484a9c1d8fe98e670b8c2f3bb981a8c4f /sys
parentb831d29aa408e1a2bcb40dbb947176ecffa33c40 (diff)
Flargs -> Flags.
Reported by Dave Steinberg <lists@redterror.net>
Diffstat (limited to 'sys')
-rw-r--r--sys/ufs/ufs/quota.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h
index 22ce0856b1e..c348794c67a 100644
--- a/sys/ufs/ufs/quota.h
+++ b/sys/ufs/ufs/quota.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: quota.h,v 1.6 2002/09/06 21:48:58 deraadt Exp $ */
+/* $OpenBSD: quota.h,v 1.7 2002/12/22 11:09:05 art Exp $ */
/* $NetBSD: quota.h,v 1.6 1995/03/26 20:38:17 jtc Exp $ */
/*
@@ -112,7 +112,7 @@ struct dqblk {
#ifdef _KERNEL
/*
- * Flargs to ufs_quota_{alloc,free}_{blocks,inode}2
+ * Flags to ufs_quota_{alloc,free}_{blocks,inode}2
*/
enum ufs_quota_flags {
UFS_QUOTA_NOUID = 0x1, /* Don't change UID quota */