Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netbt fix comment typo
details: https://anonhg.NetBSD.org/src/rev/7393b3687ab5
branches: trunk
changeset: 768584:7393b3687ab5
user: plunky <plunky%NetBSD.org@localhost>
date: Sun Aug 21 14:20:34 2011 +0000
description:
fix comment typo
diffstat:
sys/netbt/rfcomm_dlc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9cd9ed11c58b -r 7393b3687ab5 sys/netbt/rfcomm_dlc.c
--- a/sys/netbt/rfcomm_dlc.c Sun Aug 21 13:40:08 2011 +0000
+++ b/sys/netbt/rfcomm_dlc.c Sun Aug 21 14:20:34 2011 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index