Author: markj
Date: Mon Mar 13 18:45:25 2017
New Revision: 315209
URL: https://svnweb.freebsd.org/changeset/base/315209

Log:
  Update a comment to reflect reality.
  
  MFC after:    1 week

Modified:
  head/sys/vm/uma.h

Modified: head/sys/vm/uma.h
==============================================================================
--- head/sys/vm/uma.h   Mon Mar 13 18:43:00 2017        (r315208)
+++ head/sys/vm/uma.h   Mon Mar 13 18:45:25 2017        (r315209)
@@ -242,7 +242,7 @@ uma_zone_t uma_zcache_create(char *name,
  * Definitions for uma_zcreate flags
  *
  * These flags share space with UMA_ZFLAGs in uma_int.h.  Be careful not to
- * overlap when adding new features.  0xf0000000 is in use by uma_int.h.
+ * overlap when adding new features.  0xff000000 is in use by uma_int.h.
  */
 #define UMA_ZONE_PAGEABLE      0x0001  /* Return items not fully backed by
                                           physical memory XXX Not yet */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to