Fix a typo in comment
authorYao Qi <yao.qi@linaro.org>
Wed, 31 Aug 2016 13:28:27 +0000 (14:28 +0100)
committerYao Qi <yao.qi@linaro.org>
Wed, 31 Aug 2016 13:28:27 +0000 (14:28 +0100)
This patch replaces "keep things single" with "keep things simple".

gdb:

2016-08-31  Yao Qi  <yao.qi@linaro.org>

* record-full.c (record_full_insert_breakpoint): Fix typo.

gdb/ChangeLog
gdb/record-full.c

index 57ba33c190bdc13b5ba0a2c6e89e3b01f9c3d598..602a05a8534ea8a6ea9299079787be574dd097dc 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-31  Yao Qi  <yao.qi@linaro.org>
+
+       * record-full.c (record_full_insert_breakpoint): Fix typo.
+
 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
        * thread.c (tp_array_compar): Insert missing parentheses.
index 37773159a682379ebf6acd6821ea00d406e819a7..e4dd55b0248d35525693af81e6ce147aa19bfc09 100644 (file)
@@ -1650,7 +1650,7 @@ record_full_insert_breakpoint (struct target_ops *ops,
         really need to install regular breakpoints in the inferior.
         However, we do have to insert software single-step
         breakpoints, in case the target can't hardware step.  To keep
-        things single, we always insert.  */
+        things simple, we always insert.  */
       struct cleanup *old_cleanups;
       int ret;
 
This page took 0.028064 seconds and 4 git commands to generate.