halapi: power: fix a typo 68/265068/1
authorSung-hun Kim <sfoon.kim@samsung.com>
Fri, 8 Oct 2021 05:49:37 +0000 (14:49 +0900)
committerSung-hun Kim <sfoon.kim@samsung.com>
Fri, 8 Oct 2021 06:26:08 +0000 (15:26 +0900)
Change-Id: I7e48c3feeb998e6b7598f5895ea39f9b96372c9d
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
include/hal-power.h

index c1b78e5ec2841361992a8768a80da866641597c8..88e169c04cad6b5343ab313f1bf362844a594b43 100644 (file)
@@ -102,7 +102,7 @@ int hal_power_thermal_get_cooling_device_state(unsigned int device_type, char *c
 /* Get maximum state of thermal cooling-device */
 int hal_power_thermal_get_cooling_device_max_state(unsigned int device_type, char *cooling_device_name);
 
-/* Get and set the batterh charging state */
+/* Get and set the battery charging state */
 int hal_power_battery_set_charging_status(unsigned int device_type, char *res_name, int state);
 int hal_power_battery_get_charging_status(unsigned int device_type, char *res_name);