Fix a typo (ouput => output)

llvm-svn: 182090
This commit is contained in:
Sylvestre Ledru 2013-05-17 12:31:43 +00:00
parent 9ff1023816
commit b4dc9f0137
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ public:
/// information in this context. If a module, function, file and
/// line number are available, they will be dumped. If only a
/// module and function or symbol name with offset is available,
/// that will be ouput. Else just the address at which the target
/// that will be output. Else just the address at which the target
/// was stopped will be displayed.
///
/// @param[in] s

View 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.