Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/nilfs Fix Typo
details: https://anonhg.NetBSD.org/src/rev/0398eef8e2c7
branches: trunk
changeset: 786743:0398eef8e2c7
user: reinoud <reinoud%NetBSD.org@localhost>
date: Wed May 08 10:39:17 2013 +0000
description:
Fix Typo
diffstat:
sys/fs/nilfs/nilfs_vnops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 06803ae397c3 -r 0398eef8e2c7 sys/fs/nilfs/nilfs_vnops.c
--- a/sys/fs/nilfs/nilfs_vnops.c Wed May 08 10:29:22 2013 +0000
+++ b/sys/fs/nilfs/nilfs_vnops.c Wed May 08 10:39:17 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_vnops.c,v 1.22 2013/05/08 10:29:22 reinoud Exp $ */
+/* $NetBSD: nilfs_vnops.c,v 1.23 2013/05/08 10:39:17 reinoud Exp $ */
/*
* Copyright (c) 2008, 2009 Reinoud Zandijk
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: nilfs_vnops.c,v 1.22 2013/05/08 10:29:22 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nilfs_vnops.c,v 1.23 2013/05/08 10:39:17 reinoud Exp $");
#endif /* not lint */
@@ -316,7 +316,7 @@
* bmap functionality that translates logical block numbers to the virtual
* block numbers to be stored on the vnode itself.
*
- * Important allert!
+ * Important alert!
*
* If runp is not NULL, the number of contiguous blocks __starting from the
* next block after the queried block__ will be returned in runp.
Home |
Main Index |
Thread Index |
Old Index