From 80221c64fcfd8b4ad71be4bc778d02fb656ff3ed Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 29 Jun 2016 16:23:34 +0000 Subject: [PATCH] Fix a typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274136 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-cov/double_dots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/llvm-cov/double_dots.c b/test/tools/llvm-cov/double_dots.c index fe78d91e9dd..a9c47a4aac8 100644 --- a/test/tools/llvm-cov/double_dots.c +++ b/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. -- 2.50.1