This revision was automatically updated to reflect the committed changes.
Closed by commit rL241317: Typo fixes. (authored by brucem).

CHANGED PRIOR TO COMMIT
  http://reviews.llvm.org/D10912?vs=28986&id=28989#toc

rL LLVM

http://reviews.llvm.org/D10912

Files:
  lldb/trunk/tools/lldb-mi/MICmnMIValueResult.cpp
  lldb/trunk/tools/lldb-mi/MICmnMIValueResult.h
  lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.cpp
  lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.h

Index: lldb/trunk/tools/lldb-mi/MICmnMIValueResult.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueResult.cpp
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueResult.cpp
@@ -48,7 +48,7 @@
 // Type:    Method.
 // Args:    vrVariable      - (R) MI value's name.
 //          vrValue         - (R) The MI value.
-//          vbUseSpacing    - (R) True = put space seperators into the string, 
false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, 
false = no spaces used.
 // Return:  None.
 // Throws:  None.
 //--
Index: lldb/trunk/tools/lldb-mi/MICmnMIValueResult.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueResult.h
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueResult.h
@@ -59,5 +59,5 @@
     CMIUtilString m_strPartVariable;
     CMICmnMIValue m_partMIValue;
     bool m_bEmptyConstruction; // True = *this object used constructor with no 
parameters, false = constructor with parameters
-    bool m_bUseSpacing;        // True = put space seperators into the string, 
false = no spaces used
+    bool m_bUseSpacing;        // True = put space separators into the string, 
false = no spaces used
 };
Index: lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.h
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.h
@@ -60,5 +60,5 @@
 
     // Attributes:
   private:
-    bool m_bSpaceAfterComma; // True = put space seperators into the string, 
false = no spaces used
+    bool m_bSpaceAfterComma; // True = put space separators into the string, 
false = no spaces used
 };
Index: lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.cpp
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.cpp
@@ -42,7 +42,7 @@
 // Details: CMICmnMIValueTuple constructor.
 // Type:    Method.
 // Args:    vResult         - (R) MI result object.
-//          vbUseSpacing    - (R) True = put space seperators into the string, 
false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, 
false = no spaces used.
 // Return:  None.
 // Throws:  None.
 //--
@@ -164,7 +164,7 @@
 //          will return MIstatus::failure.
 // Type:    Method.
 // Args:    vValue          - (R) The MI value object.
-//          vbUseSpacing    - (R) True = put space seperators into the string, 
false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, 
false = no spaces used.
 // Return:  MIstatus::success - Functional succeeded.
 //          MIstatus::failure - Functional failed.
 // Throws:  None.
@@ -182,7 +182,7 @@
 //          will return MIstatus::failure.
 // Type:    Method.
 // Args:    vValue          - (R) The MI value object.
-//          vbUseSpacing    - (R) True = put space seperators into the string, 
false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, 
false = no spaces used.
 // Return:  MIstatus::success - Functional succeeded.
 //          MIstatus::failure - Functional failed.
 // Throws:  None.


Index: lldb/trunk/tools/lldb-mi/MICmnMIValueResult.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueResult.cpp
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueResult.cpp
@@ -48,7 +48,7 @@
 // Type:    Method.
 // Args:    vrVariable      - (R) MI value's name.
 //          vrValue         - (R) The MI value.
-//          vbUseSpacing    - (R) True = put space seperators into the string, false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, false = no spaces used.
 // Return:  None.
 // Throws:  None.
 //--
Index: lldb/trunk/tools/lldb-mi/MICmnMIValueResult.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueResult.h
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueResult.h
@@ -59,5 +59,5 @@
     CMIUtilString m_strPartVariable;
     CMICmnMIValue m_partMIValue;
     bool m_bEmptyConstruction; // True = *this object used constructor with no parameters, false = constructor with parameters
-    bool m_bUseSpacing;        // True = put space seperators into the string, false = no spaces used
+    bool m_bUseSpacing;        // True = put space separators into the string, false = no spaces used
 };
Index: lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.h
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.h
@@ -60,5 +60,5 @@
 
     // Attributes:
   private:
-    bool m_bSpaceAfterComma; // True = put space seperators into the string, false = no spaces used
+    bool m_bSpaceAfterComma; // True = put space separators into the string, false = no spaces used
 };
Index: lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.cpp
+++ lldb/trunk/tools/lldb-mi/MICmnMIValueTuple.cpp
@@ -42,7 +42,7 @@
 // Details: CMICmnMIValueTuple constructor.
 // Type:    Method.
 // Args:    vResult         - (R) MI result object.
-//          vbUseSpacing    - (R) True = put space seperators into the string, false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, false = no spaces used.
 // Return:  None.
 // Throws:  None.
 //--
@@ -164,7 +164,7 @@
 //          will return MIstatus::failure.
 // Type:    Method.
 // Args:    vValue          - (R) The MI value object.
-//          vbUseSpacing    - (R) True = put space seperators into the string, false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, false = no spaces used.
 // Return:  MIstatus::success - Functional succeeded.
 //          MIstatus::failure - Functional failed.
 // Throws:  None.
@@ -182,7 +182,7 @@
 //          will return MIstatus::failure.
 // Type:    Method.
 // Args:    vValue          - (R) The MI value object.
-//          vbUseSpacing    - (R) True = put space seperators into the string, false = no spaces used.
+//          vbUseSpacing    - (R) True = put space separators into the string, false = no spaces used.
 // Return:  MIstatus::success - Functional succeeded.
 //          MIstatus::failure - Functional failed.
 // Throws:  None.
_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to