Commit 77d760328ee015cf89460c52bfd5a6b0a09b7472

Authored by Su Yanjun
Committed by Ingo Molnar
1 parent d1abaeb3be

perf/x86: Fix typo in comment

No functional change.

Signed-off-by: Su 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: Ingo Molnar <mingo@kernel.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/x86/events/core.c
... ... @@ -1236,7 +1236,7 @@
1236 1236 * Add a single event to the PMU.
1237 1237 *
1238 1238 * The event is added to the group of enabled events
1239   - * but only if it can be scehduled with existing events.
  1239 + * but only if it can be scheduled with existing events.
1240 1240 */
1241 1241 static int x86_pmu_add(struct perf_event *event, int flags)
1242 1242 {