summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/uma.h')
-rw-r--r--sys/vm/uma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index 988b79f..769d81a 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -209,7 +209,7 @@ void uma_zdestroy(uma_zone_t zone);
*
* Returns:
* A non null pointer to an initialized element from the zone is
- * garanteed if the wait flag is not M_NOWAIT, otherwise null may be
+ * garanteed if the wait flag is M_WAITOK, otherwise a null pointer may be
* returned if the zone is empty or the ctor failed.
*/
OpenPOWER on IntegriCloud