summaryrefslogtreecommitdiff
path: root/sys/dev/cx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cx')
-rw-r--r--sys/dev/cx/csigma.c2
-rw-r--r--sys/dev/cx/if_cx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cx/csigma.c b/sys/dev/cx/csigma.c
index 7be223997d06..b0e56e168fe3 100644
--- a/sys/dev/cx/csigma.c
+++ b/sys/dev/cx/csigma.c
@@ -100,7 +100,7 @@ static int cx_reset (port_t port)
cx_cmd (port, CCR_RSTALL);
- /* Firmware revision code should clear imediately. */
+ /* Firmware revision code should clear immediately. */
/* Wait up to 10 msec for revision code to appear again. */
for (count=0; count<20000; ++count)
if (inb(GFRCR(port)) != 0)
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index d513161e0fd5..654e9136ccdf 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -2453,7 +2453,7 @@ static int ng_cx_rmnode (node_p node)
NG_NODE_SET_PRIVATE (node, NULL);
NG_NODE_UNREF (node);
}
- NG_NODE_REVIVE(node); /* Persistant node */
+ NG_NODE_REVIVE(node); /* Persistent node */
#endif
return 0;
}