diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-01-18 17:22:47 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-01-18 17:22:47 +0000 |
commit | b05db1f0e7584ed6cf81bed03f523a6e05f10d33 (patch) | |
tree | 1c1f29f7db78364f2cdac72cd7df2c64063b8b36 /sys/dev/pv | |
parent | 63cbc2363dff4a009a2c4391bbe5521a95cc5638 (diff) |
Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!
Diffstat (limited to 'sys/dev/pv')
-rw-r--r-- | sys/dev/pv/if_hvn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pv/if_hvn.c b/sys/dev/pv/if_hvn.c index 381b41b2b32..59f430e96a5 100644 --- a/sys/dev/pv/if_hvn.c +++ b/sys/dev/pv/if_hvn.c @@ -1046,7 +1046,7 @@ hvn_nvs_cmd(struct hvn_softc *sc, void *cmd, size_t cmdsize, uint64_t tid, timo); mtx_leave(&sc->sc_nvslck); if (rv == EWOULDBLOCK) - printf("%s: NVSP opertaion %d timed out\n", + printf("%s: NVSP operation %d timed out\n", sc->sc_dev.dv_xname, hdr->nvs_type); } return (rv); @@ -1358,7 +1358,7 @@ hvn_rndis_cmd(struct hvn_softc *sc, struct rndis_cmd *rc, int timo) hvn_release_cmd(sc, rc); rv = 0; } else if (rv == EWOULDBLOCK) { - printf("%s: RNDIS opertaion %d timed out\n", + printf("%s: RNDIS operation %d timed out\n", sc->sc_dev.dv_xname, hdr->rm_type); } break; |