diff options
author | Vedant Kumar <vsk@apple.com> | 2016-06-29 16:23:34 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-06-29 16:23:34 +0000 |
commit | 2ca5eaa85af3114d7184940ff51d74af74efe153 (patch) | |
tree | 91e48313a20c855f2eb43f6631e423c6c6683923 /llvm/test/tools/llvm-cov/double_dots.c | |
parent | 4a54abeacd48f5f098946bc402f45ca7120fe16d (diff) | |
download | bcm5719-llvm-2ca5eaa85af3114d7184940ff51d74af74efe153.tar.gz bcm5719-llvm-2ca5eaa85af3114d7184940ff51d74af74efe153.zip |
Fix a typo; NFC
llvm-svn: 274136
Diffstat (limited to 'llvm/test/tools/llvm-cov/double_dots.c')
-rw-r--r-- | llvm/test/tools/llvm-cov/double_dots.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/double_dots.c b/llvm/test/tools/llvm-cov/double_dots.c index fe78d91e9dd..a9c47a4aac8 100644 --- a/llvm/test/tools/llvm-cov/double_dots.c +++ b/llvm/test/tools/llvm-cov/double_dots.c @@ -1,4 +1,4 @@ -// To create the covmapping for this file, copy this file to /tmp/dots/test.c, +// To create the covmapping for this file, copy this file to /tmp/dots/, // cd into /tmp/dots, and pass "../dots/double_dots.c" to the compiler. Use // llvm-cov convert-for-testing to extract the covmapping. |