[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

@@ -94,7 +94,7 @@ static int semaphore_consumer(void *unused)
static int semaphore_test(void)
{
static semaphore_t isem = SEMAPHORE_INITIAL_VALUE(isem, 99);
printf("preinitialized sempahore:\n");
printf("preinitialized semaphore:\n");
hexdump(&isem, sizeof(isem));
sem_init(&sem, sem_start_value);