Module Name:    src
Committed By:   haad
Date:           Tue May 18 15:01:17 UTC 2010

Modified Files:
        src/sys/dev/dm: dm_ioctl.c

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/dm/dm_ioctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/dm/dm_ioctl.c
diff -u src/sys/dev/dm/dm_ioctl.c:1.21 src/sys/dev/dm/dm_ioctl.c:1.22
--- src/sys/dev/dm/dm_ioctl.c:1.21	Thu Feb 25 20:48:58 2010
+++ src/sys/dev/dm/dm_ioctl.c	Tue May 18 15:01:17 2010
@@ -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

Reply via email to