Sfoglia il codice sorgente

perf tools: Fix spelling mistake: "builid" -> "buildid"

Trivial fix to spelling mistake in error message text

Signed-off-by: Colin King <colin.king@canonical.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20180427193158.17932-1-colin.king@canonical.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Colin Ian King 7 anni fa
parent
commit
246907611e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/perf/util/genelf.c

+ 1 - 1
tools/perf/util/genelf.c

@@ -114,7 +114,7 @@ gen_build_id(struct buildid_note *note,
 
 
 	fd = open("/dev/urandom", O_RDONLY);
 	fd = open("/dev/urandom", O_RDONLY);
 	if (fd == -1)
 	if (fd == -1)
-		err(1, "cannot access /dev/urandom for builid");
+		err(1, "cannot access /dev/urandom for buildid");
 
 
 	sret = read(fd, note->build_id, sz);
 	sret = read(fd, note->build_id, sz);