Module Name: src Committed By: dholland Date: Sun Jul 19 03:39:14 UTC 2009
Modified Files: src/sys/ufs/lfs: lfs.h Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/ufs/lfs/lfs.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/lfs/lfs.h diff -u src/sys/ufs/lfs/lfs.h:1.127 src/sys/ufs/lfs/lfs.h:1.128 --- src/sys/ufs/lfs/lfs.h:1.127 Fri May 16 09:22:00 2008 +++ src/sys/ufs/lfs/lfs.h Sun Jul 19 03:39:14 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: lfs.h,v 1.127 2008/05/16 09:22:00 hannken Exp $ */ +/* $NetBSD: lfs.h,v 1.128 2009/07/19 03:39:14 dholland Exp $ */ /*- * Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc. @@ -536,7 +536,7 @@ /* * Get the head of the inode free list. - * Always caled with the segment lock held. + * Always called with the segment lock held. */ #define LFS_GET_HEADFREE(FS, CIP, BP, FREEP) do { \ if ((FS)->lfs_version > 1) { \