9p/trans_virtio: Fix typo in the comment for p9_virtio_create()
[sfrench/cifs-2.6.git] / net / 9p / trans_virtio.c
index bd5a89c4960dd76099977f2b3eda91a984268838..f7dc561ca516deaa5db5dc87c593d2884104484c 100644 (file)
@@ -648,7 +648,7 @@ fail:
  * @args: args passed from sys_mount() for per-transport options (unused)
  *
  * This sets up a transport channel for 9p communication.  Right now
- * we only match the first available channel, but eventually we couldlook up
+ * we only match the first available channel, but eventually we could look up
  * alternate channels by matching devname versus a virtio_config entry.
  * We use a simple reference count mechanism to ensure that only a single
  * mount has a channel open at a time.