[spelling] spelling-fixes. (not external/)
This commit is contained in:
committed by
Travis Geiselbrecht
parent
d90cb4e7c6
commit
d0b90c2d68
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user