aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/netback/netback.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/netback/netback.c')
-rw-r--r--sys/dev/xen/netback/netback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c
index 4b4fdb92bf15..aa5ce6e719b1 100644
--- a/sys/dev/xen/netback/netback.c
+++ b/sys/dev/xen/netback/netback.c
@@ -416,7 +416,7 @@ struct xnb_softc {
* There are situations where the back and front ends can
* have a different, native abi (e.g. intel x86_64 and
* 32bit x86 domains on the same machine). The back-end
- * always accomodates the front-end's native abi. That
+ * always accommodates the front-end's native abi. That
* value is pulled from the XenStore and recorded here.
*/
int abi;
@@ -1327,7 +1327,7 @@ xnb_attach(device_t dev)
*
* \note A net back device may be detached at any time in its life-cycle,
* including part way through the attach process. For this reason,
- * initialization order and the intialization state checks in this
+ * initialization order and the initialization state checks in this
* routine must be carefully coupled so that attach time failures
* are gracefully handled.
*/