diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-08-20 19:18:06 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-08-20 19:18:06 +0000 |
commit | 8bd7e0f0d804ef63e18247ddb322cb33c874c141 (patch) | |
tree | 87db599eddb8a5367f932a24fa954b112b163011 | |
parent | 5aa2a44a23e66d80661c3783bbec4dbb26e1c844 (diff) |
- reference correct variable in comment
ok tedu@
-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 |