Fix typo in queue_property_triggers ident
Signed-off-by: Chris Dearman <chris@mips.com> Change-Id: I5f18ccb0912b9bb89c9f5104f9505c610c109af8
This commit is contained in:
parent
5cc398ef00
commit
469b7b2da8
|
@ -940,7 +940,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
/* run all property triggers based on current state of the properties */
|
||||
queue_builtin_action(queue_property_triggers_action, "queue_propety_triggers");
|
||||
queue_builtin_action(queue_property_triggers_action, "queue_property_triggers");
|
||||
|
||||
|
||||
#if BOOTCHART
|
||||
|
|
Loading…
Reference in New Issue