[PATCH] D120930: Fix typo

Jake Vossen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 12:04:07 PST 2022


jakevossen5 created this revision.
Herald added a subscriber: dexonsmith.
Herald added a project: All.
jakevossen5 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Saw a typo while checking out the docs, if you want me to split these up let me know and I can do it. You can see the `SmallVector` issue here: https://llvm.org/doxygen/SmallVector_8h.html


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120930

Files:
  README.md
  llvm/include/llvm/ADT/SmallVector.h


Index: llvm/include/llvm/ADT/SmallVector.h
===================================================================
--- llvm/include/llvm/ADT/SmallVector.h
+++ llvm/include/llvm/ADT/SmallVector.h
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 ///
-/// /file
+/// \file
 /// This file defines the SmallVector class.
 ///
 //===----------------------------------------------------------------------===//
Index: README.md
===================================================================
--- README.md
+++ README.md
@@ -100,7 +100,7 @@
         * CMake will generate targets for each tool and library, and most
           LLVM sub-projects generate their own ``check-<project>`` 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120930.412802.patch
Type: text/x-patch
Size: 1112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220303/3d4c4848/attachment.bin>


More information about the llvm-commits mailing list