From: Chanwoo Choi Date: Mon, 19 Aug 2024 10:41:56 +0000 (+0900) Subject: hal-power-interface-1: Fix wrong spell of interface description X-Git-Tag: accepted/tizen/unified/20241205.060808~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30f3c7dc0c4cccdf3dae5c9aabd94e1e4e53f87b;p=platform%2Fhal%2Fapi%2Fpower.git hal-power-interface-1: Fix wrong spell of interface description Change-Id: I7caf04042d054a16ddb723c582623308ff4d43d1 Signed-off-by: Chanwoo Choi --- diff --git a/include/hal-power-interface-1.h b/include/hal-power-interface-1.h index 1321fc6..072f727 100644 --- a/include/hal-power-interface-1.h +++ b/include/hal-power-interface-1.h @@ -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. *