diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-03-17 11:44:57 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-03-17 11:44:57 +0300 |
commit | 00f526850151e91fdad0896a1436341687ad2582 (patch) | |
tree | 67c28260020440ade83d6f4aa003ae4f0c683e67 /arch/x86/events/intel/lbr.c | |
parent | cbf8b5a2b649a501758291cb4d4ba1e5711771ba (diff) | |
parent | d89abe2a1f0c92499eedc815e4a9b2881f4959a5 (diff) | |
download | linux-00f526850151e91fdad0896a1436341687ad2582.tar.xz |
Merge branch 'x86/cleanups' into x86/urgent
Pull in some merge window leftovers.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/events/intel/lbr.c')
-rw-r--r-- | arch/x86/events/intel/lbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/events/intel/lbr.c b/arch/x86/events/intel/lbr.c index 69dd11887dd1..6c3b7c1780c9 100644 --- a/arch/x86/events/intel/lbr.c +++ b/arch/x86/events/intel/lbr.c @@ -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). |