Fix wrong v_free_count annotation - (f) instead of (a)

Reported by:	alc
This commit is contained in:
mjg 2017-10-14 04:27:58 +00:00
parent e99dca871b
commit 4c30353203

View File

@ -140,7 +140,7 @@ struct vmmeter {
u_int v_inactive_count VMMETER_ALIGNED; /* (a) pages inactive */
u_int v_laundry_count VMMETER_ALIGNED; /* (a) pages eligible for
laundering */
u_int v_free_count VMMETER_ALIGNED; /* (a) pages free */
u_int v_free_count VMMETER_ALIGNED; /* (f) pages free */
};
#endif /* _KERNEL || _WANT_VMMETER */