tempterature -> temperature
authorjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 05:54:35 +0000 (05:54 +0000)
committerjsg <jsg@openbsd.org>
Mon, 21 Feb 2022 05:54:35 +0000 (05:54 +0000)
sys/arch/armv7/imx/imxtemp.c

index 97d2eb3..c8eabbc 100644 (file)
@@ -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 <patrick@blueri.se>
  * Copyright (c) 2016 Mark Kettenis <kettenis@openbsd.org>
@@ -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) /