[Lldb-commits] [lldb] 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:
    lldb/trunk/include/lldb/Symbol/SymbolContext.h

Modified: lldb/trunk/include/lldb/Symbol/SymbolContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/SymbolContext.h?rev=182090&r1=182089&r2=182090&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/SymbolContext.h (original)
+++ lldb/trunk/include/lldb/Symbol/SymbolContext.h Fri May 17 07:31:43 2013
@@ -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





More information about the lldb-commits mailing list