From f7b0f15d77d860c9fe33fa0f7e2e22bf08ff5f55 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 21 Feb 2022 05:54:35 +0000 Subject: [PATCH] tempterature -> temperature --- sys/arch/armv7/imx/imxtemp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/armv7/imx/imxtemp.c b/sys/arch/armv7/imx/imxtemp.c index 97d2eb34dde..c8eabbc8985 100644 --- a/sys/arch/armv7/imx/imxtemp.c +++ b/sys/arch/armv7/imx/imxtemp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxtemp.c,v 1.7 2021/10/24 17:52:27 mpi Exp $ */ +/* $OpenBSD: imxtemp.c,v 1.8 2022/02/21 05:54:35 jsg Exp $ */ /* * Copyright (c) 2014 Patrick Wildt * Copyright (c) 2016 Mark Kettenis @@ -162,7 +162,7 @@ imxtemp_calc_temp(struct imxtemp_softc *sc, uint32_t temp_cnt) int32_t value; /* - * Calculate the calibrated tempterature based on the equation + * Calculate the calibrated temperature based on the equation * provided in the i.MX6 reference manual: * * Tmeas = HOT_TEMP - (Nmeas - HOT_COUNT) * ((HOT_TEMP - 25.0) / -- 2.20.1