From 8188786b8c29bad702aedf14bc2b3fec6a9fc46a Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 21 Feb 2022 08:16:08 +0000 Subject: [PATCH] opearting -> operating --- sys/arch/amd64/amd64/powernow-k8.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/amd64/powernow-k8.c b/sys/arch/amd64/amd64/powernow-k8.c index 2f80234c00d..4be45073a00 100644 --- a/sys/arch/amd64/amd64/powernow-k8.c +++ b/sys/arch/amd64/amd64/powernow-k8.c @@ -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; -- 2.20.1