[llvm] r274136 - Fix a typo; NFC

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 09:23:34 PDT 2016


Author: vedantk
Date: Wed Jun 29 11:23:34 2016
New Revision: 274136

URL: http://llvm.org/viewvc/llvm-project?rev=274136&view=rev
Log:
Fix a typo; NFC

Modified:
    llvm/trunk/test/tools/llvm-cov/double_dots.c

Modified: llvm/trunk/test/tools/llvm-cov/double_dots.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/double_dots.c?rev=274136&r1=274135&r2=274136&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/double_dots.c (original)
+++ llvm/trunk/test/tools/llvm-cov/double_dots.c Wed Jun 29 11:23:34 2016
@@ -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.
 




More information about the llvm-commits mailing list