[lldb-mi tests] Fix typo of sensitive.
authorBruce Mitchener <bruce.mitchener@gmail.com>
Wed, 22 Jul 2015 13:46:32 +0000 (13:46 +0000)
committerBruce Mitchener <bruce.mitchener@gmail.com>
Wed, 22 Jul 2015 13:46:32 +0000 (13:46 +0000)
llvm-svn: 242900

lldb/test/tools/lldb-mi/control/TestMiExec.py

index 78500b2..f795c70 100644 (file)
@@ -154,7 +154,7 @@ class MiExecTestCase(lldbmi_testcase.MiTestCaseBase):
         self.expect("\^running")
         self.expect("\*stopped,reason=\"breakpoint-hit\"")
 
-        # Warning: the following is sensative to the lines in the source
+        # Warning: the following is sensitive to the lines in the source
 
         # Test -exec-next
         self.runCmd("-exec-next --thread 1 --frame 0")
@@ -208,7 +208,7 @@ class MiExecTestCase(lldbmi_testcase.MiTestCaseBase):
         self.expect("\^running")
         self.expect("\*stopped,reason=\"breakpoint-hit\"")
 
-        # Warning: the following is sensative to the lines in the
+        # Warning: the following is sensitive to the lines in the
         # source and optimizations
 
         # Test -exec-next-instruction
@@ -262,7 +262,7 @@ class MiExecTestCase(lldbmi_testcase.MiTestCaseBase):
         self.expect("\^running")
         self.expect("\*stopped,reason=\"breakpoint-hit\"")
 
-        # Warning: the following is sensative to the lines in the source
+        # Warning: the following is sensitive to the lines in the source
 
         # Test that -exec-step steps into (or not) printf depending on debug info
         # Note that message is different in Darwin and Linux:
@@ -324,7 +324,7 @@ class MiExecTestCase(lldbmi_testcase.MiTestCaseBase):
         self.runCmd("-file-exec-and-symbols %s" % self.myexe)
         self.expect("\^done")
 
-        # Warning: the following is sensative to the lines in the
+        # Warning: the following is sensitive to the lines in the
         # source and optimizations
 
         # Run to main