Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs Drop extra word from comment.
details: https://anonhg.NetBSD.org/src/rev/772bb87f3ad3
branches: trunk
changeset: 583572:772bb87f3ad3
user: jmmv <jmmv%NetBSD.org@localhost>
date: Fri Aug 12 22:31:51 2005 +0000
description:
Drop extra word from comment.
diffstat:
sys/ufs/ufs/ufs_bmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 104a83eaf6bc -r 772bb87f3ad3 sys/ufs/ufs/ufs_bmap.c
--- a/sys/ufs/ufs/ufs_bmap.c Fri Aug 12 21:40:35 2005 +0000
+++ b/sys/ufs/ufs/ufs_bmap.c Fri Aug 12 22:31:51 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ufs_bmap.c,v 1.36 2005/07/10 00:18:52 thorpej Exp $ */
+/* $NetBSD: ufs_bmap.c,v 1.37 2005/08/12 22:31:51 jmmv Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ufs_bmap.c,v 1.36 2005/07/10 00:18:52 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ufs_bmap.c,v 1.37 2005/08/12 22:31:51 jmmv Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -67,7 +67,7 @@
}
/*
- * Bmap converts a the logical block number of a file to its physical block
+ * Bmap converts the logical block number of a file to its physical block
* number on the disk. The conversion is done by using the logical block
* number to index into the array of block pointers described by the dinode.
*/
Home |
Main Index |
Thread Index |
Old Index