]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/i386/sysctl.c
xnu-2050.22.13.tar.gz
[apple/xnu.git] / bsd / dev / i386 / sysctl.c
index c2d7de7ff03b8273ac42a45975fec04361d4b8db..ddc9503e3e9420a6499954209586ba15e2f32fe3 100644 (file)
@@ -477,7 +477,7 @@ SYSCTL_PROC(_machdep_cpu_thermal, OID_AUTO, package_thermal_intr,
            CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_LOCKED, 
            (void *)offsetof(cpuid_thermal_leaf_t, package_thermal_intr),
            sizeof(boolean_t),
-           cpu_thermal, "I", "Packge Thermal interrupt and Status");
+           cpu_thermal, "I", "Package Thermal interrupt and Status");
 
 SYSCTL_PROC(_machdep_cpu_thermal, OID_AUTO, hardware_feedback,
            CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_LOCKED,