This revision was automatically updated to reflect the committed changes.
Closed by commit rL241351: [lldb-mi] Typo fixes (authored by brucem).

Changed prior to commit:
  http://reviews.llvm.org/D10925?vs=29015&id=29021#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D10925

Files:
  lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
  lldb/trunk/tools/lldb-mi/MICmdArgValString.h
  lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp

Index: lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
+++ lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
@@ -269,7 +269,7 @@
 }
 
 //++ 
------------------------------------------------------------------------------------
-// Details: Return either backslash or forward slash appropriate to the OS 
this applilcation
+// Details: Return either backslash or forward slash appropriate to the OS 
this application
 //          is running on.
 // Type:    Static method.
 // Args:    None.
Index: lldb/trunk/tools/lldb-mi/MICmdArgValString.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmdArgValString.h
+++ lldb/trunk/tools/lldb-mi/MICmdArgValString.h
@@ -58,7 +58,7 @@
 
     // Attribute:
   private:
-    bool m_bHandleQuotedString; // True = Parse a string surrounded by quotes 
spaces are not delimitors, false = only text up to next
+    bool m_bHandleQuotedString; // True = Parse a string surrounded by quotes 
spaces are not delimiters, false = only text up to next
                                 // delimiting space character
     bool m_bAcceptNumbers;      // True = Parse a string and accept as a 
number if number, false = numbers not recognised as string types
     bool m_bHandleDirPaths;     // True = Parse a string and accept directory 
file style string if present, false = directory file path not
Index: lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
+++ lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
@@ -44,7 +44,7 @@
 //++ 
------------------------------------------------------------------------------------
 // Details: CMICmdArgValString constructor.
 // Type:    Method.
-// Args:    vbHandleQuotes      - (R) True = Parse a string surrounded by 
quotes spaces are not delimitors, false = only text up to
+// Args:    vbHandleQuotes      - (R) True = Parse a string surrounded by 
quotes spaces are not delimiters, false = only text up to
 // next delimiting space character.
 //          vbAcceptNumbers     - (R) True = Parse a string and accept as a 
number if number, false = numbers not recognised
 // as string types.
@@ -67,7 +67,7 @@
 // Args:    vrArgName       - (R) Argument's name to search by.
 //          vbMandatory     - (R) True = Yes must be present, false = optional 
argument.
 //          vbHandleByCmd   - (R) True = Command processes *this option, false 
= not handled.
-//          vbHandleQuotes  - (R) True = Parse a string surrounded by quotes 
spaces are not delimitors, false = only text up to
+//          vbHandleQuotes  - (R) True = Parse a string surrounded by quotes 
spaces are not delimiters, false = only text up to
 // next delimiting space character. (Dflt = false)
 //          vbAcceptNumbers - (R) True = Parse a string and accept as a number 
if number, false = numbers not recognised as
 // string types. (Dflt = false)
@@ -323,7 +323,7 @@
     if (nPos2 == (MIint)std::string::npos)
         return false;
 
-    // Make sure not same back slash, need two slashs
+    // Make sure not same back slash, need two slashes
     if (nPos == nPos2)
         return MIstatus::failure;
 


Index: lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
+++ lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
@@ -269,7 +269,7 @@
 }
 
 //++ ------------------------------------------------------------------------------------
-// Details: Return either backslash or forward slash appropriate to the OS this applilcation
+// Details: Return either backslash or forward slash appropriate to the OS this application
 //          is running on.
 // Type:    Static method.
 // Args:    None.
Index: lldb/trunk/tools/lldb-mi/MICmdArgValString.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmdArgValString.h
+++ lldb/trunk/tools/lldb-mi/MICmdArgValString.h
@@ -58,7 +58,7 @@
 
     // Attribute:
   private:
-    bool m_bHandleQuotedString; // True = Parse a string surrounded by quotes spaces are not delimitors, false = only text up to next
+    bool m_bHandleQuotedString; // True = Parse a string surrounded by quotes spaces are not delimiters, false = only text up to next
                                 // delimiting space character
     bool m_bAcceptNumbers;      // True = Parse a string and accept as a number if number, false = numbers not recognised as string types
     bool m_bHandleDirPaths;     // True = Parse a string and accept directory file style string if present, false = directory file path not
Index: lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
===================================================================
--- lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
+++ lldb/trunk/tools/lldb-mi/MICmdArgValString.cpp
@@ -44,7 +44,7 @@
 //++ ------------------------------------------------------------------------------------
 // Details: CMICmdArgValString constructor.
 // Type:    Method.
-// Args:    vbHandleQuotes      - (R) True = Parse a string surrounded by quotes spaces are not delimitors, false = only text up to
+// Args:    vbHandleQuotes      - (R) True = Parse a string surrounded by quotes spaces are not delimiters, false = only text up to
 // next delimiting space character.
 //          vbAcceptNumbers     - (R) True = Parse a string and accept as a number if number, false = numbers not recognised
 // as string types.
@@ -67,7 +67,7 @@
 // Args:    vrArgName       - (R) Argument's name to search by.
 //          vbMandatory     - (R) True = Yes must be present, false = optional argument.
 //          vbHandleByCmd   - (R) True = Command processes *this option, false = not handled.
-//          vbHandleQuotes  - (R) True = Parse a string surrounded by quotes spaces are not delimitors, false = only text up to
+//          vbHandleQuotes  - (R) True = Parse a string surrounded by quotes spaces are not delimiters, false = only text up to
 // next delimiting space character. (Dflt = false)
 //          vbAcceptNumbers - (R) True = Parse a string and accept as a number if number, false = numbers not recognised as
 // string types. (Dflt = false)
@@ -323,7 +323,7 @@
     if (nPos2 == (MIint)std::string::npos)
         return false;
 
-    // Make sure not same back slash, need two slashs
+    // Make sure not same back slash, need two slashes
     if (nPos == nPos2)
         return MIstatus::failure;
 
_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to