Correct a typo.

Reported by:	Sascha Wildner <swildner dragonflybsd org>
Reviewed by:	scottl
MFC after:	3 days
This commit is contained in:
delphij 2012-08-03 00:11:13 +00:00
parent 2fc73d062f
commit 6f0d7f5c93

View File

@ -47,7 +47,7 @@
* making that fit cleanly without crossing page boundaries requires rounding up
* to the next power of two.
*/
#define MLX_MAXPHYS (128 * 124)
#define MLX_MAXPHYS (128 * 1024)
#define MLX_NSEG 64
#define MLX_NSLOTS 256 /* max number of command slots */