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.
+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.
 
         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;