[llvm] r353359 - Fix a minor grammar thinko.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 17:22:07 PST 2019
Author: echristo
Date: Wed Feb 6 17:22:07 2019
New Revision: 353359
URL: http://llvm.org/viewvc/llvm-project?rev=353359&view=rev
Log:
Fix a minor grammar thinko.
Modified:
llvm/trunk/include/llvm/Passes/PassBuilder.h
Modified: llvm/trunk/include/llvm/Passes/PassBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Passes/PassBuilder.h?rev=353359&r1=353358&r2=353359&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Passes/PassBuilder.h (original)
+++ llvm/trunk/include/llvm/Passes/PassBuilder.h Wed Feb 6 17:22:07 2019
@@ -55,7 +55,7 @@ struct PGOOptions {
/// This class provides access to building LLVM's passes.
///
-/// It's members provide the baseline state available to passes during their
+/// Its members provide the baseline state available to passes during their
/// construction. The \c PassRegistry.def file specifies how to construct all
/// of the built-in passes, and those may reference these members during
/// construction.
More information about the llvm-commits
mailing list