svn commit: r246087 - head/sys/vm
Gleb Smirnoff
glebius at FreeBSD.org
Tue Jan 29 19:06:17 UTC 2013
Author: glebius
Date: Tue Jan 29 19:06:16 2013
New Revision: 246087
URL: http://svnweb.freebsd.org/changeset/base/246087
Log:
Fix typo in debug printf.
Modified:
head/sys/vm/uma_core.c
Modified: head/sys/vm/uma_core.c
==============================================================================
--- head/sys/vm/uma_core.c Tue Jan 29 19:02:43 2013 (r246086)
+++ head/sys/vm/uma_core.c Tue Jan 29 19:06:16 2013 (r246087)
@@ -1702,7 +1702,7 @@ uma_startup(void *bootmem, int boot_page
#ifdef UMA_DEBUG
printf("Calculated uma_max_ipers (for OFFPAGE) is %d\n", uma_max_ipers);
- printf("Calculated uma_max_ipers_slab (for OFFPAGE) is %d\n",
+ printf("Calculated uma_max_ipers_ref (for OFFPAGE) is %d\n",
uma_max_ipers_ref);
#endif
More information about the svn-src-head
mailing list