diff options
-rw-r--r-- | sys/ufs/ufs/ufs_dirhash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/ufs_dirhash.c b/sys/ufs/ufs/ufs_dirhash.c index a9a51ec513c..e520e97396d 100644 --- a/sys/ufs/ufs/ufs_dirhash.c +++ b/sys/ufs/ufs/ufs_dirhash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ufs_dirhash.c,v 1.20 2008/06/12 06:58:40 deraadt Exp $ */ +/* $OpenBSD: ufs_dirhash.c,v 1.21 2009/08/20 19:18:05 jasper Exp $ */ /* * Copyright (c) 2001, 2002 Ian Dowse. All rights reserved. * @@ -380,7 +380,7 @@ restart: /* * We found an entry with the expected offset. This * is probably the entry we want, but if not, the - * code below will turn off seqoff and retry. + * code below will turn off seqopt and retry. */ slot = i; } else |