aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/RegionPass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/RegionPass.h')
-rw-r--r--include/llvm/Analysis/RegionPass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/RegionPass.h b/include/llvm/Analysis/RegionPass.h
index aedc06a..5403e09 100644
--- a/include/llvm/Analysis/RegionPass.h
+++ b/include/llvm/Analysis/RegionPass.h
@@ -54,7 +54,7 @@ public:
/// @brief Get a pass to print the LLVM IR in the region.
///
/// @param O The ouput stream to print the Region.
- /// @param Banner The banner to seperate different printed passes.
+ /// @param Banner The banner to separate different printed passes.
///
/// @return The pass to print the LLVM IR in the region.
Pass *createPrinterPass(raw_ostream &O, const std::string &Banner) const;