Fix typo in pid_check
[lttngtop.git] / src / lttngtop.c
index afee5d858cfc74087deb13690810a407c5346847..3e556b9c4a76233e1fd6c7a00b5f92253a39bad6 100644 (file)
@@ -872,7 +872,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.022267 seconds and 4 git commands to generate.