Fix a sizeof() the wrong variable name. The correct variable was the same
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 6 May 2008 21:40:40 +0000 (21:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 6 May 2008 21:40:40 +0000 (21:40 +0000)
commit976401a4266e4aa02ff68e2034928f48b7394e0f
tree38889d26d9142733c79e1f4f2a2c764dfe9737e4
parent43cfb77106f267ee46a722c1062a24ae89815a9d
Fix a sizeof() the wrong variable name.  The correct variable was the same
size so no harm done, but get it right.

Submitted-by: Fabio Checconi <fabio@gandalf.sssup.it>
sys/platform/vkernel/platform/init.c