opearting -> operating
authorjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 08:16:08 +0000 (08:16 +0000)
committerjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 08:16:08 +0000 (08:16 +0000)
sys/arch/amd64/amd64/powernow-k8.c

index 2f80234..4be4507 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: powernow-k8.c,v 1.28 2018/01/14 00:33:09 bluhm Exp $ */
+/*     $OpenBSD: powernow-k8.c,v 1.29 2022/02/21 08:16:08 jsg Exp $ */
 /*
  * Copyright (c) 2004 Martin VĂ©giard.
  * Copyright (c) 2004-2005 Bruno Ducrot
@@ -360,7 +360,10 @@ k8pnow_acpi_pss_changed(struct acpicpu_pss * pss, int npss)
        needtran = 0;
 
        if (curs < 0) {
-               /* Our current opearting state is not among the ones found the new PSS */
+               /*
+                * Our current operating state is not among
+                * the ones found the new PSS.
+                */
                curs = ((perflevel * npss) + 1) / 101;
                if (curs >= npss)
                        curs = npss - 1;