|
@@ -481,7 +481,7 @@ _syscall4(int, sys_prlimit64, pid_t, pid, int, resource,
|
|
|
|
|
|
|
|
|
#if defined(TARGET_NR_timer_create)
|
|
|
-/* Maxiumum of 32 active POSIX timers allowed at any one time. */
|
|
|
+/* Maximum of 32 active POSIX timers allowed at any one time. */
|
|
|
static timer_t g_posix_timers[32] = { 0, } ;
|
|
|
|
|
|
static inline int next_free_host_timer(void)
|
|
@@ -8180,7 +8180,7 @@ static abi_long do_syscall1(void *cpu_env, int num, abi_long arg1,
|
|
|
switch(num) {
|
|
|
case TARGET_NR_exit:
|
|
|
/* In old applications this may be used to implement _exit(2).
|
|
|
- However in threaded applictions it is used for thread termination,
|
|
|
+ However in threaded applications it is used for thread termination,
|
|
|
and _exit_group is used for application termination.
|
|
|
Do thread termination if we have more then one thread. */
|
|
|
|