[all-commits] [llvm/llvm-project] 87a551: Fix "the the" typo in documentation and user facin...
briantracy via All-commits
all-commits at lists.llvm.org
Thu May 5 08:52:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87a55137e2a2a6684a20223494ad46d2fa33aca8
https://github.com/llvm/llvm-project/commit/87a55137e2a2a6684a20223494ad46d2fa33aca8
Author: Brian Tracy <brian.tracy33 at gmail.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/docs/MatrixTypes.rst
M clang/docs/UndefinedBehaviorSanitizer.rst
M clang/docs/analyzer/checkers.rst
M clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp
M clang/test/Analysis/cert/env34-c.c
M libcxx/include/__iterator/advance.h
M libcxx/src/filesystem/operations.cpp
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/BugLifeCycle.rst
M llvm/docs/CodingStandards.rst
M llvm/docs/CommandGuide/llvm-profdata.rst
M llvm/include/llvm/Analysis/Loads.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
Fix "the the" typo in documentation and user facing strings
There are many more instances of this pattern, but I chose to limit this change to .rst files (docs), anything in libcxx/include, and string literals. These have the highest chance of being seen by end users.
Reviewed By: #libc, Mordante, martong, ldionne
Differential Revision: https://reviews.llvm.org/D124708
More information about the All-commits
mailing list