pass: thermal: Fix typo in thermal_free() 54/296954/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 8 Aug 2023 02:36:47 +0000 (11:36 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 8 Aug 2023 02:49:25 +0000 (11:49 +0900)
There was a typo in thermal_free(), so fix it.

Change-Id: I94c49f98b58bb20481e4fe4bd02ccb0cfa352744
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
src/thermal/thermal.c

index 8d8cb85517af7c60bbf28765e71bcd43c3c4df5c..40773c2a1ca55cf64da744994d6cd0b1e448485f 100644 (file)
@@ -89,7 +89,7 @@ static void thermal_free(void)
 
        ret = thermal_put_scenario(g_thermal);
        if (ret < 0)
-               _E("failed to pet Thermal Monitor scenario\n");
+               _E("failed to put Thermal Monitor scenario\n");
 
        g_ptr_array_free(g_thermal->resources, TRUE);