Correct a typo.

Reported by:	Sascha Wildner <swildner dragonflybsd org>
Reviewed by:	scottl
MFC after:	3 days
This commit is contained in:
Xin LI 2012-08-03 00:11:13 +00:00
parent a6e829596d
commit 0f3fae6159
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238997

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 */