hal-power-interface-1: Fix wrong spell of interface description
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 19 Aug 2024 10:41:56 +0000 (19:41 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 19 Aug 2024 10:41:56 +0000 (19:41 +0900)
Change-Id: I7caf04042d054a16ddb723c582623308ff4d43d1
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/hal-power-interface-1.h

index 1321fc61b6c940da03c3d91e7168718f3a722bd6..072f727db204edb76168713096fda6be82bbbe28 100644 (file)
@@ -86,7 +86,7 @@ struct pass_resource_tmu_ops {
 };
 
 struct pass_resource_battery_ops {
-       /* Get and set the state of batterh charging */
+       /* Get and set the state of battery charging */
        int (*set_charging_status)(char *res_name, int state);
        int (*get_charging_status)(char *res_name);
 
@@ -170,7 +170,7 @@ struct pass_resource_nonstandard {
        struct pass_resource_battery_ops battery;
 
        /*
-        * NOTE: It is not propper method. But PASS must need to keep
+        * NOTE: It is not proper method. But PASS must need to keep
         * the backwards compatibility, set the PMQoS's data from
         * platform to hal. So, It is not recommended to use it.
         *