perf: Fix typos in sample code in the perf_event.h header
authorAndy Lutomirski <luto@amacapital.net>
Fri, 3 Oct 2014 05:16:36 +0000 (22:16 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 28 Oct 2014 09:51:02 +0000 (10:51 +0100)
struct perf_event_mmap_page has members called "index" and
"cap_user_rdpmc".  Spell them correctly in the examples.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-api@vger.kernel.org
Link: http://lkml.kernel.org/r/320ba26391a8123cc16e5f02d24d34bd404332fd.1412313343.git.luto@amacapital.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found