Module Name: src
Committed By: plunky
Date: Sun Aug 21 14:20:34 UTC 2011
Modified Files:
src/sys/netbt: rfcomm_dlc.c
Log Message:
fix comment typo
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/netbt/rfcomm_dlc.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/netbt/rfcomm_dlc.c
diff -u src/sys/netbt/rfcomm_dlc.c:1.6 src/sys/netbt/rfcomm_dlc.c:1.7
--- src/sys/netbt/rfcomm_dlc.c:1.6 Wed Aug 6 15:01:24 2008
+++ src/sys/netbt/rfcomm_dlc.c Sun Aug 21 14:20:34 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rfcomm_dlc.c,v 1.6 2008/08/06 15:01:24 plunky Exp $ */
+/* $NetBSD: rfcomm_dlc.c,v 1.7 2011/08/21 14:20:34 plunky Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rfcomm_dlc.c,v 1.6 2008/08/06 15:01:24 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rfcomm_dlc.c,v 1.7 2011/08/21 14:20:34 plunky Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -187,7 +187,7 @@
/*
* rfcomm_dlc_timeout(dlc)
*
- * DLC timeout function is schedUled when we sent any of SABM,
+ * DLC timeout function is scheduled when we sent any of SABM,
* DISC, MCC_MSC, or MCC_PN and should be cancelled when we get
* the relevant response. There is nothing to do but shut this
* DLC down.