vzcpucheck: correct a typo

vzcpucheck node power has a minor inconsistency because the following line has
a typo:

        if ($1 == "bogomips" || $1 = "BogoMIPS") {

of course, it should be:

        if ($1 == "bogomips" || $1 == "BogoMIPS") {

http://bugzilla.openvz.org/540

[kir@openvz.org: not a bug since all modern kernels print it in lowercase]
1 file changed