diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ * CMake will generate targets for each tool and library, and most LLVM sub-projects generate their own ``check-`` target. - * Running a serial build will be **slow**. To improve speed, try running a + * Running a serial build will be **slow**. To improve speed, try running a parallel build. That's done by default in Ninja; for ``make``, use the option ``-j NNN``, where ``NNN`` is the number of parallel jobs, e.g. the number of CPUs you have. diff --git a/llvm/include/llvm/ADT/SmallVector.h b/llvm/include/llvm/ADT/SmallVector.h --- a/llvm/include/llvm/ADT/SmallVector.h +++ b/llvm/include/llvm/ADT/SmallVector.h @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// /// -/// /file +/// \file /// This file defines the SmallVector class. /// //===----------------------------------------------------------------------===//