summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sdmmc')
-rw-r--r--sys/dev/sdmmc/sbt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sdmmc/sbt.c b/sys/dev/sdmmc/sbt.c
index 956f537e897..9664bf10b70 100644
--- a/sys/dev/sdmmc/sbt.c
+++ b/sys/dev/sdmmc/sbt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbt.c,v 1.5 2007/06/03 21:57:38 uwe Exp $ */
+/* $OpenBSD: sbt.c,v 1.6 2007/06/06 22:48:00 uwe Exp $ */
/*
* Copyright (c) 2007 Uwe Stuehler <uwe@openbsd.org>
@@ -406,7 +406,7 @@ sbt_start(struct hci_unit *unit, struct ifqueue *q, int xmit)
case BTF_XMIT_ACL:
what = "ACL";
break;
- case BTF_XMIT_SCL:
+ case BTF_XMIT_SCO:
what = "SCO";
break;
}