summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-06-04 21:25:57 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-06-04 21:25:57 +0000
commit3ce1bc96f9c21b8ee22562fc175d8fb59e86a51d (patch)
treea2f4ff6d5165468299eabfaa60980f56946c0305
parent475cdc788e2ab926b4604724f3c7b4c65d5c1345 (diff)
Fix some bad grammer
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@127 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
-rw-r--r--modules/spl/spl-kmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spl/spl-kmem.c b/modules/spl/spl-kmem.c
index 029414f21..d7643067a 100644
--- a/modules/spl/spl-kmem.c
+++ b/modules/spl/spl-kmem.c
@@ -496,7 +496,7 @@ restart:
/* When destructor support is removed we must be careful not to
* use the provided constructor which will end up being called
* more often than the destructor which we only call on free. Thus
- * we many call the proper constructor when there is no destructor.
+ * we call the proper constructor when there is no destructor.
*/
#ifndef HAVE_KMEM_CACHE_CREATE_DTOR
#ifdef HAVE_3ARG_KMEM_CACHE_CREATE_CTOR