Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77d76032 authored by Su Yanjun's avatar Su Yanjun Committed by Ingo Molnar
Browse files

perf/x86: Fix typo in comment



No functional change.

Signed-off-by: default avatarSu Yanjun <suyj.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1565945001-4413-1-git-send-email-suyj.fnst@cn.fujitsu.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent d1abaeb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1236,7 +1236,7 @@ void x86_pmu_enable_event(struct perf_event *event)
 * Add a single event to the PMU.
 *
 * The event is added to the group of enabled events
 * but only if it can be scehduled with existing events.
 * but only if it can be scheduled with existing events.
 */
static int x86_pmu_add(struct perf_event *event, int flags)
{