diff options
author | Jan Engelhardt <[email protected]> | 2013-03-30 03:27:50 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-02 10:44:52 -0700 |
commit | 4e95cc99b029f519ec1d3fd86df2910e7cb0d156 (patch) | |
tree | 805233e7af5760861bbad4822ad5a3d08797ffe6 /lib/libspl/include | |
parent | 4a5b1218088842cd5004d167da25ea96eb9a1a11 (diff) |
build: resolve orthographic and other grammatical errors
Signed-off-by: Jan Engelhardt <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'lib/libspl/include')
-rw-r--r-- | lib/libspl/include/umem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libspl/include/umem.h b/lib/libspl/include/umem.h index 87db1f451..f102f662a 100644 --- a/lib/libspl/include/umem.h +++ b/lib/libspl/include/umem.h @@ -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 */ |