svn commit: r258302 - stable/9/sys/vm

Alexander Motin mav at FreeBSD.org
Mon Nov 18 13:20:21 UTC 2013


Author: mav
Date: Mon Nov 18 13:20:20 2013
New Revision: 258302
URL: http://svnweb.freebsd.org/changeset/base/258302

Log:
  MFC r246087 (by glebius):
  Fix typo in debug printf.

Modified:
  stable/9/sys/vm/uma_core.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/vm/uma_core.c
==============================================================================
--- stable/9/sys/vm/uma_core.c	Mon Nov 18 13:17:56 2013	(r258301)
+++ stable/9/sys/vm/uma_core.c	Mon Nov 18 13:20:20 2013	(r258302)
@@ -1678,7 +1678,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-all mailing list