diff options
Diffstat (limited to 'docs/devel/tracing.txt')
-rw-r--r-- | docs/devel/tracing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/tracing.txt b/docs/devel/tracing.txt index 6144d9921b..d2160655b4 100644 --- a/docs/devel/tracing.txt +++ b/docs/devel/tracing.txt @@ -55,7 +55,7 @@ without any sub-directory path prefix. eg io/channel-buffer.c would do #include "trace.h" To access the 'io/trace.h' file. While it is possible to include a trace.h -file from outside a source files' own sub-directory, this is discouraged in +file from outside a source file's own sub-directory, this is discouraged in general. It is strongly preferred that all events be declared directly in the sub-directory that uses them. The only exception is where there are some shared trace events defined in the top level directory trace-events file. |