From b68d692a3d844c940bbc03b669b3605a15eecd22 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Wed, 16 Jan 2019 04:02:08 +0000 Subject: [PATCH] Whitespace. --- sys/vm/uma_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index f42db31b9fa..458dac03dcf 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -365,7 +365,7 @@ struct uma_zone { uint16_t uz_count_min; /* Minimal amount of items in bucket */ /* Offset 256, stats. */ - counter_u64_t uz_allocs; /* Total number of allocations */ + counter_u64_t uz_allocs; /* Total number of allocations */ counter_u64_t uz_frees; /* Total number of frees */ counter_u64_t uz_fails; /* Total number of alloc failures */ uint64_t uz_sleeps; /* Total number of alloc sleeps */