[spelling] spelling-fixes. (not external/)

This commit is contained in:
klemens
2016-08-15 17:55:40 +02:00
committed by Travis Geiselbrecht
parent d90cb4e7c6
commit d0b90c2d68
33 changed files with 39 additions and 39 deletions

View File

@@ -95,7 +95,7 @@ SECTIONS
__data_end = .;
}
/* unintialized data (in same segment as writable data) */
/* uninitialized data (in same segment as writable data) */
.bss : ALIGN(4) {
__bss_start = .;