[llvm] r182090 - Fix a typo (ouput => output)
Sylvestre Ledru
sylvestre at debian.org
Fri May 17 05:31:44 PDT 2013
Author: sylvestre
Date: Fri May 17 07:31:43 2013
New Revision: 182090
URL: http://llvm.org/viewvc/llvm-project?rev=182090&view=rev
Log:
Fix a typo (ouput => output)
Modified:
llvm/trunk/include/llvm/Analysis/RegionPass.h
Modified: llvm/trunk/include/llvm/Analysis/RegionPass.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/RegionPass.h?rev=182090&r1=182089&r2=182090&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/RegionPass.h (original)
+++ llvm/trunk/include/llvm/Analysis/RegionPass.h Fri May 17 07:31:43 2013
@@ -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.
More information about the llvm-commits
mailing list