rwatson 2006-02-11 16:54:00 UTC
FreeBSD src repository
Modified files:
lib/libmemstat memstat_uma.c
Log:
Correct a typo in the extraction of zone information from UMA using kmem:
bytes = allocated - freed, not bytes = allocated = freed.
MFC after: 3 days
Revision Changes Path
1.13 +1 -1 src/lib/libmemstat/memstat_uma.c