pass: Fix minor typo of comment 77/114677/1
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 14 Feb 2017 01:15:44 +0000 (10:15 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 14 Feb 2017 06:18:13 +0000 (15:18 +0900)
This patch just the minor typo (hotplulg -> hotplug).

Change-Id: I3afb20902936397ba02521921ced9d78fc8caf37
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass.c

index 382e0e28fc8f95a5647fc3336d6e49e4aaea7b0f..5a7d6e7d67c055a015fa1ea48c00cd084580362d 100644 (file)
@@ -182,7 +182,7 @@ static int pass_resource_init(struct pass_policy *policy)
        }
        policy->governor->gov_timeout   = policy->gov_timeout;
 
-       /* Get the instance of PASS hotplulg */
+       /* Get the instance of PASS hotplug */
        policy->hotplug = pass_get_hotplug(policy, policy->gov_type);
        if (policy->hotplug) {
                policy->hotplug->sequence = calloc(pass_res->cdata.num_cpus,