diff options
Diffstat (limited to 'trace2/tr2_tls.h')
| -rw-r--r-- | trace2/tr2_tls.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trace2/tr2_tls.h b/trace2/tr2_tls.h index f9049805d4..3bdbf4d275 100644 --- a/trace2/tr2_tls.h +++ b/trace2/tr2_tls.h @@ -1,7 +1,6 @@ #ifndef TR2_TLS_H #define TR2_TLS_H -#include "strbuf.h" #include "trace2/tr2_ctr.h" #include "trace2/tr2_tmr.h" @@ -12,7 +11,7 @@ */ /* - * Arbitry limit for thread names for column alignment. + * Arbitrary limit for thread names for column alignment. */ #define TR2_MAX_THREAD_NAME (24) |
