diff options
author | Emmanuel <manu-silicon@users.noreply.github.com> | 2016-03-25 15:29:08 +0900 |
---|---|---|
committer | Emmanuel <manu-silicon@users.noreply.github.com> | 2016-03-25 15:29:08 +0900 |
commit | bec80abd245604aedbf9b89d7e4393e49a8056cf (patch) | |
tree | f6549d03bdbf7fd10cec557ebbd8109fcce8f543 /src/scripts | |
parent | d6357b20ea0542f674fc323be172cd44d122318d (diff) | |
download | coreclr-bec80abd245604aedbf9b89d7e4393e49a8056cf.tar.gz coreclr-bec80abd245604aedbf9b89d7e4393e49a8056cf.tar.bz2 coreclr-bec80abd245604aedbf9b89d7e4393e49a8056cf.zip |
Fix invalid path to genXplatLttng.py
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/genXplatEventing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/genXplatEventing.py b/src/scripts/genXplatEventing.py index 77a7389f5f..cfa5c8de6c 100644 --- a/src/scripts/genXplatEventing.py +++ b/src/scripts/genXplatEventing.py @@ -6,7 +6,7 @@ # #USAGE: #Add Events: modify <root>src/vm/ClrEtwAll.man -#Look at the Code in <root>/src/inc/genXplatLttng.py for using subroutines in this file +#Look at the Code in <root>/src/scripts/genXplatLttng.py for using subroutines in this file # # Python 2 compatibility |