Merge branch 'x86/cleanups' into x86/urgent
[linux-2.6-block.git] / arch / x86 / events / intel / lbr.c
index 69dd11887dd1e1a50d63405f1a508a3ed759e8cc..6c3b7c1780c983627d866584f4c2c6c2379cc65a 100644 (file)
@@ -649,7 +649,7 @@ int intel_pmu_setup_lbr_filter(struct perf_event *event)
 
 /*
  * return the type of control flow change at address "from"
- * intruction is not necessarily a branch (in case of interrupt).
+ * instruction is not necessarily a branch (in case of interrupt).
  *
  * The branch type returned also includes the priv level of the
  * target of the control flow change (X86_BR_USER, X86_BR_KERNEL).