build: resolve orthographic and other grammatical errors

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Jan Engelhardt
2013-03-30 03:27:50 +01:00
committed by Brian Behlendorf
parent 4a5b121808
commit 4e95cc99b0
5 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -28,10 +28,10 @@
#define _LIBSPL_UMEM_H
/* XXX: We should use the real portable umem library if it is detected
* at configure time. However, if the library is not available we can
* at configure time. However, if the library is not available, we can
* use a trivial malloc based implementation. This obviously impacts
* performance but unless you using a full userspace build of zpool for
* something other than ztest your likely not going to notice or care.
* performance, but unless you are using a full userspace build of zpool for
* something other than ztest, you are likely not going to notice or care.
*
* https://labs.omniti.com/trac/portableumem
*/