summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-05-17 12:31:43 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-05-17 12:31:43 +0000
commitd14743ed791f49cb9b5e3b018c3fa3391ab2193d (patch)
treeae85779b19d42e98c98180719bf7ad32917311ad /include
parent033f3b7eb6dfb2798932c2bb6013a9572f6e177e (diff)
downloadllvm-d14743ed791f49cb9b5e3b018c3fa3391ab2193d.tar.gz
llvm-d14743ed791f49cb9b5e3b018c3fa3391ab2193d.tar.bz2
llvm-d14743ed791f49cb9b5e3b018c3fa3391ab2193d.tar.xz
Fix a typo (ouput => output)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 0690ac5e34..6ae3191178 100644
--- a/include/llvm/Analysis/RegionPass.h
+++ b/include/llvm/Analysis/RegionPass.h
@@ -51,7 +51,7 @@ public:
/// @brief Get a pass to print the LLVM IR in the region.
///
- /// @param O The ouput stream to print the Region.
+ /// @param O The output stream to print the Region.
/// @param Banner The banner to separate different printed passes.
///
/// @return The pass to print the LLVM IR in the region.