summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/dev/ldc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/ldc.c b/sys/arch/sparc64/dev/ldc.c
index 5b172acdbb8..87e1413610e 100644
--- a/sys/arch/sparc64/dev/ldc.c
+++ b/sys/arch/sparc64/dev/ldc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldc.c,v 1.7 2009/12/26 21:21:10 kettenis Exp $ */
+/* $OpenBSD: ldc.c,v 1.8 2012/10/14 14:06:16 kettenis Exp $ */
/*
* Copyright (c) 2009 Mark Kettenis
*
@@ -110,7 +110,7 @@ ldc_rx_ctrl_rts(struct ldc_conn *lc, struct ldc_pkt *lp)
switch (lp->stype) {
case LDC_INFO:
if (lc->lc_state != LDC_RCV_VERS) {
- DPRINTF(("Suprious CTRL/INFO/RTS: state %d\n",
+ DPRINTF(("Spurious CTRL/INFO/RTS: state %d\n",
lc->lc_state));
ldc_reset(lc);
return;