]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Fix faulty check
authorStoyan Gaydarov <sgayda2@uiuc.edu>
Thu, 30 Jul 2009 10:25:29 +0000 (05:25 -0500)
committerIngo Molnar <mingo@elte.hu>
Sun, 2 Aug 2009 11:47:59 +0000 (13:47 +0200)
commitea6a2539d947295caa055f0206d990610f7dedcc
tree613b5519487e1102fff94081af9c42aeaa9ed51e
parente223b28ccc99376e47b5aac958a9038d8cffd772
perf tools: Fix faulty check

This patch fixes a spelling error that has resulted from copy
and pasting. The location of the error was found using a
semantic patch but the semantic patch was not trying to find
these errors. After looking things over it seemed logical that
this change was needed. Please review it and then include the
patch if it is in fact the correct change.

Signed-off-by: Stoyan Gaydarov <sgayda2@uiuc.edu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <1248949529-20891-1-git-send-email-sgayda2@uiuc.edu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/symbol.c