aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ce
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
commit453130d9bfc1c6d68b366dfcb041689d69f81295 (patch)
treefe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/ce
parent7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff)
Notes
Diffstat (limited to 'sys/dev/ce')
-rw-r--r--sys/dev/ce/ceddk.c2
-rw-r--r--sys/dev/ce/if_ce.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ce/ceddk.c b/sys/dev/ce/ceddk.c
index bc9801292090..3707d478d995 100644
--- a/sys/dev/ce/ceddk.c
+++ b/sys/dev/ce/ceddk.c
@@ -623,7 +623,7 @@ void ce_stop_chan (ce_chan_t *c)
/* XXXRIK: This function should be for comleteness, but for now I
* don't use it. So I just start to write and didn't finished it yet.
- * It and it is VERY BUGGY!!! Do not use it. If you realy
+ * It and it is VERY BUGGY!!! Do not use it. If you really
* need it ask me to fix it or rewrite it by your self.
* Note: most buggy part of it in ce_on_config_stop!
*/
diff --git a/sys/dev/ce/if_ce.c b/sys/dev/ce/if_ce.c
index 85b9fce33017..69779d6c5e2d 100644
--- a/sys/dev/ce/if_ce.c
+++ b/sys/dev/ce/if_ce.c
@@ -2448,7 +2448,7 @@ static int ng_ce_rmnode (node_p node)
NG_NODE_UNREF (node);
}
#if __FreeBSD_version >= 502120
- NG_NODE_REVIVE(node); /* Persistant node */
+ NG_NODE_REVIVE(node); /* Persistent node */
#else
node->nd_flags &= ~NG_INVALID;
#endif