From 40b1c0746231ebbd1364526638a494d8dc2a25af Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 7 Feb 2019 01:22:07 +0000 Subject: [PATCH] Fix a minor grammar thinko. llvm-svn: 353359 --- llvm/include/llvm/Passes/PassBuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Passes/PassBuilder.h b/llvm/include/llvm/Passes/PassBuilder.h index 0ea3ae916aef..9c915c61b964 100644 --- a/llvm/include/llvm/Passes/PassBuilder.h +++ b/llvm/include/llvm/Passes/PassBuilder.h @@ -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.