Fix a typo (ouput => output)
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 17 May 2013 12:31:43 +0000 (12:31 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 17 May 2013 12:31:43 +0000 (12:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182090 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/RegionPass.h

index 0690ac5e34a773a25c8d8366a92233240af2b004..6ae31911780894357c80a083b60ea623c2213702 100644 (file)
@@ -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.