svn commit: r241180 - projects/bhyve/sys/boot/common

Peter Grehan grehan at FreeBSD.org
Thu Oct 4 03:59:46 UTC 2012


Author: grehan
Date: Thu Oct  4 03:59:45 2012
New Revision: 241180
URL: http://svn.freebsd.org/changeset/base/241180

Log:
  Clarify comment about default number of FICL dictionary cells.
  
  Suggested by:	peterj

Modified:
  projects/bhyve/sys/boot/common/interp_forth.c

Modified: projects/bhyve/sys/boot/common/interp_forth.c
==============================================================================
--- projects/bhyve/sys/boot/common/interp_forth.c	Thu Oct  4 03:07:05 2012	(r241179)
+++ projects/bhyve/sys/boot/common/interp_forth.c	Thu Oct  4 03:59:45 2012	(r241180)
@@ -51,7 +51,7 @@ extern char bootprog_rev[];
 #define BF_PARSE 100
 
 /*
- * Default dictionary size, ~4000 cells
+ * FreeBSD loader default dictionary cells
  */
 #ifndef BF_DICTSIZE
 #define BF_DICTSIZE	10000


More information about the svn-src-projects mailing list