summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross2012-03-01 18:31:07 -0600
committerandroid code review2012-03-01 18:31:08 -0600
commit9cec99ba9c64d26e2fa34f310cba13ff119b4c55 (patch)
treeaa24cdb03b57b686167a1951705bac1fd0c165cf
parent5cc398ef00b439bcf85b65c894433dd52362dff7 (diff)
parent469b7b2da84a62652342fd2f6006ca452cb1447d (diff)
downloadplatform-system-core-9cec99ba9c64d26e2fa34f310cba13ff119b4c55.tar.gz
platform-system-core-9cec99ba9c64d26e2fa34f310cba13ff119b4c55.tar.xz
platform-system-core-9cec99ba9c64d26e2fa34f310cba13ff119b4c55.zip
Merge "Fix typo in queue_property_triggers ident"
-rwxr-xr-xinit/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 71c28b508..1ee88a7c7 100755
--- a/init/init.c
+++ b/init/init.c
@@ -940,7 +940,7 @@ int main(int argc, char **argv)
940 } 940 }
941 941
942 /* run all property triggers based on current state of the properties */ 942 /* run all property triggers based on current state of the properties */
943 queue_builtin_action(queue_property_triggers_action, "queue_propety_triggers"); 943 queue_builtin_action(queue_property_triggers_action, "queue_property_triggers");
944 944
945 945
946#if BOOTCHART 946#if BOOTCHART