Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/dm Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/ff7bd1b36338
branches: trunk
changeset: 754976:ff7bd1b36338
user: haad <haad%NetBSD.org@localhost>
date: Tue May 18 15:01:17 2010 +0000
description:
Fix typo in comment.
diffstat:
sys/dev/dm/dm_ioctl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5a806769b831 -r ff7bd1b36338 sys/dev/dm/dm_ioctl.c
--- a/sys/dev/dm/dm_ioctl.c Tue May 18 14:58:41 2010 +0000
+++ b/sys/dev/dm/dm_ioctl.c Tue May 18 15:01:17 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dm_ioctl.c,v 1.21 2010/02/25 20:48:58 jakllsch Exp $ */
+/* $NetBSD: dm_ioctl.c,v 1.22 2010/05/18 15:01:17 haad Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
* To access table entries dm_table_* routines must be used.
*
* dm_table_get_entry will increment table users reference
- * counter. It will return active or inactive table depedns
+ * counter. It will return active or inactive table depends
* on uint8_t argument.
*
* dm_table_release must be called for every table_entry from
Home |
Main Index |
Thread Index |
Old Index