Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
add cspell words
Browse files Browse the repository at this point in the history
  • Loading branch information
mjz19910 committed Oct 26, 2021
1 parent 73b23ff commit 01ce6b7
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"adjtimex",
"Alexey",
"alist",
"atim",
"autoload",
"blksize",
"capget",
"capset",
"chdir",
Expand All @@ -19,18 +21,23 @@
"cmovl",
"cmovle",
"cmovne",
"consts",
"creat",
"cstr",
"cstreq",
"cstrlen",
"ctim",
"curr",
"dcookie",
"defconst",
"delim",
"dirfd",
"divmod",
"elif",
"ENOENT",
"envp",
"epoll",
"eputd",
"eputs",
"eval",
"eventfd",
Expand All @@ -51,6 +58,7 @@
"fgetxattr",
"finit",
"flistxattr",
"fputd",
"fputs",
"fremovexattr",
"fsetxattr",
Expand Down Expand Up @@ -95,9 +103,12 @@
"getxattr",
"inotify",
"Intrin",
"Intrinsics",
"INTRINSICS",
"ioperm",
"iopl",
"ioprio",
"isdigit",
"kcmp",
"kexec",
"keyctl",
Expand All @@ -107,14 +118,17 @@
"linkat",
"listxattr",
"llistxattr",
"lnot",
"lremovexattr",
"lseek",
"lsetxattr",
"madvise",
"malloc",
"MALLOC",
"mbind",
"memcpy",
"mempolicy",
"ment",
"mincore",
"mkdir",
"mkdirat",
Expand All @@ -130,20 +144,24 @@
"msgrcv",
"msgsnd",
"msync",
"mtim",
"munlock",
"munlockall",
"munmap",
"nanosleep",
"nasm",
"newfstatat",
"nfsservctl",
"nlink",
"offsetof",
"openat",
"porth",
"ppoll",
"prctl",
"pread",
"preadv",
"prlimit",
"procs",
"pselect",
"pstr",
"ptrace",
Expand All @@ -155,7 +173,9 @@
"pwrite",
"pwritev",
"quotactl",
"rdev",
"RDONLY",
"RDWR",
"readahead",
"readlink",
"readlinkat",
Expand All @@ -167,6 +187,7 @@
"renameat",
"resb",
"resq",
"returncode",
"rtokens",
"sched",
"semctl",
Expand Down Expand Up @@ -216,9 +237,12 @@
"sigsuspend",
"sigtimedwait",
"socketpair",
"statbuf",
"statfs",
"streq",
"strs",
"struct",
"Structs",
"swapoff",
"swapon",
"symlinkat",
Expand All @@ -234,6 +258,7 @@
"timedreceive",
"timedsend",
"timerfd",
"timespec",
"tkill",
"TRUNC",
"Tsvg",
Expand All @@ -250,7 +275,8 @@
"vserver",
"waitid",
"waitpid",
"writev"
"writev",
"wstatus"
],
"ignoreWords": [],
"import": []
Expand Down

0 comments on commit 01ce6b7

Please sign in to comment.