Spell sz correctly.

Pointed out by:	jmallett
This commit is contained in:
Nathan Whitehorn 2009-11-09 21:12:28 +00:00
parent 509acd630d
commit c10d3c2cd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199108

View File

@ -897,7 +897,7 @@ moea64_bridge_bootstrap(mmu_t mmup, vm_offset_t kernelstart, vm_offset_t kernele
panic("moea64_bootstrap: can't get mmu package");
if ((sz = OF_getproplen(mmu, "translations")) == -1)
panic("moea64_bootstrap: can't get ofw translation count");
if (size > sizeof(translations))
if (sz > sizeof(translations))
panic("moea64_bootstrap: too many ofw translations (%d)",
sz/sizeof(*translations));