diff options
-rw-r--r-- | include/llvm/PassManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassManager.h b/include/llvm/PassManager.h index ae603b1828..f67d9da1a3 100644 --- a/include/llvm/PassManager.h +++ b/include/llvm/PassManager.h @@ -1,7 +1,7 @@ //===- llvm/PassManager.h - Container for Passes -----------------*- C++ -*--=// // // This file defines the PassManager class. This class is used to hold, -// maintain, and optimize execution of Pass's. The PassManager class ensures +// maintain, and optimize execution of Passes. The PassManager class ensures // that analysis results are available before a pass runs, and that Pass's are // destroyed when the PassManager is destroyed. // |