diff options
| author | Eric Christopher <echristo@gmail.com> | 2019-02-07 01:22:07 +0000 | 
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2019-02-07 01:22:07 +0000 | 
| commit | 40b1c0746231ebbd1364526638a494d8dc2a25af (patch) | |
| tree | 76596500d3325b23faa7b527e6786b9fbe174740 /llvm/include | |
| parent | 34583e5f55ec7d08e7f1951c91bc4a33eca93328 (diff) | |
| download | bcm5719-llvm-40b1c0746231ebbd1364526638a494d8dc2a25af.tar.gz bcm5719-llvm-40b1c0746231ebbd1364526638a494d8dc2a25af.zip | |
Fix a minor grammar thinko.
llvm-svn: 353359
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Passes/PassBuilder.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/include/llvm/Passes/PassBuilder.h b/llvm/include/llvm/Passes/PassBuilder.h index 0ea3ae916ae..9c915c61b96 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. | 

