perf tools: Fix typo "No enough" to "Not enough"

The latter version occurs much more when running git grep.

Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/20161013161811.4939-1-alexander@alemayhu.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Alexander Alemayhu 2016-10-13 18:18:11 +02:00 committed by Arnaldo Carvalho de Melo
parent fb96706369
commit 042cfb5fa6
4 changed files with 10 additions and 10 deletions

View file

@ -339,7 +339,7 @@ dump_obj(const char *path, void *obj_buf, size_t size)
char *p;
if (!obj_path) {
pr_warning("WARNING: No enough memory, skip object dumping\n");
pr_warning("WARNING: Not enough memory, skip object dumping\n");
return;
}