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