Skip to content

Commit 40b1c07

Browse files
committed
Fix a minor grammar thinko.
llvm-svn: 353359
1 parent 34583e5 commit 40b1c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Passes/PassBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct PGOOptions {
5555

5656
/// This class provides access to building LLVM's passes.
5757
///
58-
/// It's members provide the baseline state available to passes during their
58+
/// Its members provide the baseline state available to passes during their
5959
/// construction. The \c PassRegistry.def file specifies how to construct all
6060
/// of the built-in passes, and those may reference these members during
6161
/// construction.

0 commit comments

Comments
 (0)