[gdb] Fix more typos in comments (2)
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index da26f643a2d68a448f16869d8b2aa8f01728a5c6..5c8f17ce397e6c23d46699e75378736721b9d32b 100644 (file)
@@ -375,7 +375,7 @@ public:
   agent_expr_up cmd_bytecode;
 
   /* Signals that breakpoint conditions and/or commands need to be
-     re-synched with the target.  This has no use other than
+     re-synced with the target.  This has no use other than
      target-side breakpoints.  */
   bool needs_update = false;
 
@@ -672,7 +672,7 @@ enum watchpoint_triggered
 
 /* Some targets (e.g., embedded PowerPC) need two debug registers to set
    a watchpoint over a memory region.  If this flag is true, GDB will use
-   only one register per watchpoint, thus assuming that all acesses that
+   only one register per watchpoint, thus assuming that all accesses that
    modify a memory location happen at its starting address. */
 
 extern bool target_exact_watchpoints;
This page took 0.024967 seconds and 4 git commands to generate.