mirror of
https://github.com/gperftools/gperftools
synced 2025-02-28 01:50:28 +00:00
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:
parent
02d5264018
commit
6c715b4fa1
@ -749,12 +749,12 @@ struct kernel_stat {
|
||||
#ifndef __NR_getcpu
|
||||
#define __NR_getcpu 302
|
||||
#endif
|
||||
/* End of powerpc defininitions */
|
||||
/* End of powerpc definitions */
|
||||
#elif defined(__aarch64__)
|
||||
#ifndef __NR_fstatat
|
||||
#define __NR_fstatat 79
|
||||
#endif
|
||||
/* End of aarch64 defininitions */
|
||||
/* End of aarch64 definitions */
|
||||
#elif defined(__s390__)
|
||||
#ifndef __NR_quotactl
|
||||
#define __NR_quotactl 131
|
||||
|
Loading…
Reference in New Issue
Block a user