coarray_data_1.f90: Link against libatomic if target libatomic_available.
[gcc.git] / gcc / combine-stack-adj.c
index dabfa9e0e32a3e9ca43e7b557b7c27e74c796cba..3638a1b10ee4c81d2cba803355bbb588eb37405f 100644 (file)
@@ -540,7 +540,7 @@ combine_stack_adjustments_for_block (basic_block bb)
                 Also we need to be careful to not move stack pointer
                 such that we create stack accesses outside the allocated
                 area.  We can combine an allocation into the first insn,
-                or a deallocation into the second insn.  We can not
+                or a deallocation into the second insn.  We cannot
                 combine an allocation followed by a deallocation.
 
                 The only somewhat frequent occurrence of the later is when