]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/include/linux/lnet/ptllnd.h
staging: lustre: Fix typo in lustre/include
[karo-tx-linux.git] / drivers / staging / lustre / include / linux / lnet / ptllnd.h
index fc1ce8ed1f8b090e7f4df6a778f4f6723da6e62b..564f5d3a9b4d0d41ba972bb2d3921e621f5e3c19 100644 (file)
@@ -68,7 +68,7 @@
 /* Can compare handles directly on Cray Portals */
 #define PtlHandleIsEqual(a,b) ((a) == (b))
 
-/* Diffrent error types on Cray Portals*/
+/* Different error types on Cray Portals*/
 #define ptl_err_t ptl_ni_fail_t
 
 /*
@@ -76,7 +76,7 @@
  * maximum is limited only by memory and size of the
  * int parameters (2^31-1).
  * Lustre only really require that the underyling
- * implemenation to support at least LNET_MAX_IOV,
+ * implementation to support at least LNET_MAX_IOV,
  * so for Cray portals we can safely just use that
  * value here.
  *