Fix gcc 'warning: multi-line comment'.

llvm-svn: 130583
This commit is contained in:
Nico Weber 2011-04-30 03:13:21 +00:00
parent d50e5eb8c3
commit 1f41ab05f5
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
//
// For example, to use clang-check on all files in a subtree of the source
// tree, use:
// /path/to/cmake/sources $ find . -name '*.cpp' \
// |xargs clang-check /path/to/cmake/build
//
// /path/in/subtree $ find . -name '*.cpp'| xargs clang-check /path/to/source
//
//===----------------------------------------------------------------------===//