1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix a minor grammar thinko.

llvm-svn: 353359
This commit is contained in:
Eric Christopher 2019-02-07 01:22:07 +00:00
parent 93e662ade4
commit 5ff99330d2

View File

@ -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.