Fix a minor grammar thinko.

llvm-svn: 353359
This commit is contained in:
Eric Christopher 2019-02-07 01:22:07 +00:00
parent 34583e5f55
commit 40b1c07462
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct PGOOptions {
/// This class provides access to building LLVM's passes. /// 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 /// construction. The \c PassRegistry.def file specifies how to construct all
/// of the built-in passes, and those may reference these members during /// of the built-in passes, and those may reference these members during
/// construction. /// construction.