The INIT segment is used for initialization code that may be reused once
-executation reaches main() - provided that the program runs in RAM. You
+execution reaches main() - provided that the program runs in RAM. You
may for example add the INIT segment to the heap in really memory
constrained systems.
@@ -967,7 +965,7 @@ loaded at the lowest possible program address on several platforms.
This segment defines the location of the memory heap used by the malloc
-routine.
+routine.