docs: fix simple typo, defininitions -> definitions

There is a small typo in src/base/linux_syscall_support.h.

Should read `definitions` rather than `defininitions`.
This commit is contained in:
Tim Gates 2020-10-10 17:26:00 +11:00 committed by Aliaksey Kandratsenka
parent 02d5264018
commit 6c715b4fa1

View File

@ -749,12 +749,12 @@ struct kernel_stat {
#ifndef __NR_getcpu #ifndef __NR_getcpu
#define __NR_getcpu 302 #define __NR_getcpu 302
#endif #endif
/* End of powerpc defininitions */ /* End of powerpc definitions */
#elif defined(__aarch64__) #elif defined(__aarch64__)
#ifndef __NR_fstatat #ifndef __NR_fstatat
#define __NR_fstatat 79 #define __NR_fstatat 79
#endif #endif
/* End of aarch64 defininitions */ /* End of aarch64 definitions */
#elif defined(__s390__) #elif defined(__s390__)
#ifndef __NR_quotactl #ifndef __NR_quotactl
#define __NR_quotactl 131 #define __NR_quotactl 131