[PATCH] documentation: ntb.txt correct grammar "however"

From: Justin Keller
Date: Sat Jun 04 2016 - 15:34:14 EST


Correct the grammar around the word however.

Signed-off-by: Justin Keller <justincompsci@xxxxxxxxx>

---

index 1d9bbab..5d43510 100644
--- a/Documentation/ntb.txt
+++ b/Documentation/ntb.txt
@@ -35,7 +35,7 @@ establishes a logical link to the peer, and creates queue pairs to exchange
messages and data. The NTB Netdev then creates an ethernet device using a
Transport queue pair. Network data is copied between socket buffers and the
Transport queue pair buffer. The Transport client may be used for other things
-besides Netdev, however no other applications have yet been written.
+besides Netdev; however, no other applications have yet been written.

### NTB Ping Pong Test Client (ntb\_pingpong)