diff options
-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. |