]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/probe-finder.c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / tools / perf / util / probe-finder.c
index 1c3cc07937d5599deda547a2a8b6d3fafda44fc9..2a76e14db73289d196a0171f4830693b46445e23 100644 (file)
@@ -456,7 +456,7 @@ static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname,
                        return -EINVAL;
                }
                if (field->name[0] == '[') {
-                       pr_err("Semantic error: %s is not a pointor"
+                       pr_err("Semantic error: %s is not a pointer"
                               " nor array.\n", varname);
                        return -EINVAL;
                }