Fix typo in pid_check
[lttngtop.git] / src / lttngtop.c
index 2ee303a318dccd6028b9994193e3174a1eec377e..f78a8653580e7f050e7aac2f298ced97ac0feb19 100644 (file)
@@ -544,7 +544,7 @@ static int check_field_requirements(const struct bt_ctf_field_decl *const * fiel
                                (*tid_check)++;
                }
                if (*pid_check == 0) {
-                       if (strncmp(name, "tid", 3) == 0)
+                       if (strncmp(name, "pid", 3) == 0)
                                (*pid_check)++;
                }
                if (*ppid_check == 0) {
This page took 0.022183 seconds and 4 git commands to generate.