+2020-08-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * infrun.c (process_event_stop_test): Fix typo "breapoint".
+
 2020-08-19  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
 
        * amd64-tdep.c (amd64_skip_prologue): Using symbol table
 
        fprintf_unfiltered (gdb_stdlog, "infrun: BPSTAT_WHAT_STOP_NOISY\n");
       stop_print_frame = 1;
 
-      /* Assume the thread stopped for a breapoint.  We'll still check
+      /* Assume the thread stopped for a breakpoint.  We'll still check
         whether a/the breakpoint is there when the thread is next
         resumed.  */
       ecs->event_thread->stepping_over_breakpoint = 1;
        fprintf_unfiltered (gdb_stdlog, "infrun: BPSTAT_WHAT_STOP_SILENT\n");
       stop_print_frame = 0;
 
-      /* Assume the thread stopped for a breapoint.  We'll still check
+      /* Assume the thread stopped for a breakpoint.  We'll still check
         whether a/the breakpoint is there when the thread is next
         resumed.  */
       ecs->event_thread->stepping_over_breakpoint = 1;
 
+2020-08-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.base/print-file-var.exp: Fix typo "breapoint".
+       * gdb.trace/strace.exp: Ditto.
+
 2020-08-19  Alok Kumar Sharma  <AlokKumar.Sharma@amd.com>
 
        * gdb.fortran/vla-type.exp: Skip commands not required for
 
        [gdb_get_line_number "STOP" "${main}.c"]
     gdb_test "break $main.c:$bp_location" \
        "Breakpoint \[0-9\]+ at 0x\[0-9a-fA-F\]+: .*" \
-       "breapoint at STOP marker"
+       "breakpoint at STOP marker"
 
     gdb_test "continue" \
        "Breakpoint \[0-9\]+, main \\(\\) at.*STOP.*" \
 
            "ust/bar\[\t \]+y\[\t \]+$hex .*ust/bar2\[\t \]+y\[\t \]+$hex.*" \
            "info static-tracepoint-markers 2"
 
-       # Set breapoints or tracepoints.
+       # Set breakpoints or tracepoints.
        set test "${type} on marker bar"
        gdb_test_multiple "${type} *${marker_bar_addr}" $test {
            -re "\(Fast trace|Trace|Break\)point \[0-9\]+ at ${hex}: file.*\r\n$gdb_prompt $" {