From 1292747048991acc3e6b9238ad78a37864bfafe3 Mon Sep 17 00:00:00 2001 From: glebius Date: Fri, 21 Dec 2012 10:09:45 +0000 Subject: Comment fix: there is no ub_ptr, instead explain meaning of uz_count field verbally. --- sys/vm/uma_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 71788ea..aaec926 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -329,7 +329,7 @@ struct uma_zone { u_int64_t uz_fails; /* Total number of alloc failures */ u_int64_t uz_sleeps; /* Total number of alloc sleeps */ uint16_t uz_fills; /* Outstanding bucket fills */ - uint16_t uz_count; /* Highest value ub_ptr can have */ + uint16_t uz_count; /* Highest amount of items in bucket */ /* The next three fields are used to print a rate-limited warnings. */ const char *uz_warning; /* Warning to print on failure */ -- cgit v1.1