-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/spellcheck: Fix all spelling errors on the existing docs
This commit addresses all spelling errors found by the new spellchecker in one of the following ways: * Fixing the spelling in the docs * Adding correct jagron and shorthands to the .aspell.en.pws file * Adding markdown code backticks around code references, names and commands * Adding <nospell> tags around one-off unrecognized spelling which do not need to be added to the .aspell.en.pws file. Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
- Loading branch information
1 parent
7b322c4
commit 00bdf42
Showing
303 changed files
with
3,485 additions
and
2,783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
personal_ws-1.1 en 0 | ||
bpf | ||
BPF | ||
eBPF | ||
cBPF | ||
bpftool | ||
bpffs | ||
xdp | ||
XDP | ||
XSK | ||
XSKs | ||
skb | ||
KFuncs | ||
kfuncs | ||
KFunc | ||
kfunc | ||
Kprobe | ||
KProbe | ||
KConfig | ||
kptr | ||
kptrs | ||
KPtr | ||
syscall | ||
syscalls | ||
Syscall | ||
Sysctl | ||
sysctl | ||
Libbpf | ||
libbpf | ||
Libxdp | ||
libxdp | ||
Rlimit | ||
rlimit | ||
cGroup | ||
cGroups | ||
tailcall | ||
tailcalls | ||
Dynptr | ||
dynptr | ||
dynptrs | ||
kprobe | ||
kprobes | ||
kretprobe | ||
kretprobes | ||
uprobe | ||
uprobes | ||
fprobe | ||
ftrace | ||
Fentry | ||
fentry | ||
Fexit | ||
fexit | ||
Fmodify | ||
fmodify | ||
datagram | ||
datagrams | ||
preempt | ||
preemptible | ||
subprog | ||
comparator | ||
vmlinux | ||
ack | ||
acked | ||
xfrm | ||
qdisc | ||
qdiscs | ||
performant | ||
SELinux | ||
ACK | ||
ACKs | ||
BTF | ||
JIT | ||
DDoS | ||
NIC | ||
NICs | ||
UDP | ||
DMA | ||
LLVM | ||
CPUs | ||
RCU | ||
APIs | ||
BGP | ||
DNS | ||
LRU | ||
TTL | ||
TTLs | ||
LWT | ||
LSM | ||
BCC | ||
ABI | ||
PMU | ||
TCP | ||
BBR | ||
XFRM | ||
VRF | ||
FOU | ||
IPIP | ||
GUE | ||
RSS | ||
VLAN | ||
IPsec | ||
LPM | ||
TCI | ||
TOS | ||
MTU | ||
NAPI | ||
IPv | ||
GSO | ||
GRO | ||
LSO | ||
QoS | ||
PID | ||
TPID | ||
OSI | ||
RTO | ||
RTT | ||
ECN | ||
MSS | ||
NUMA | ||
IMM | ||
GPL | ||
MPL | ||
relocation | ||
relocations | ||
signable | ||
accumulatively | ||
inlined | ||
lifecycle | ||
nginx | ||
ethernet | ||
temporality | ||
boolean | ||
namespace | ||
namespaces | ||
netfilter | ||
netlink | ||
prepend | ||
etcetera | ||
polymorphism | ||
deduplication | ||
dereferenced | ||
dereferencing | ||
incrementing | ||
misprediction | ||
sleepable | ||
endian | ||
callee | ||
verifier | ||
verifier's | ||
runtime | ||
userspace | ||
Userspace | ||
refcount | ||
refcounted | ||
bitfield | ||
bitmask | ||
allocator | ||
allocate | ||
deallocate | ||
UAPI | ||
readme | ||
lookups | ||
struct | ||
structs | ||
spinlock | ||
spinlocks | ||
tracepoint | ||
tracepoints | ||
bytecode | ||
crypto | ||
cryptographic | ||
benchmarking | ||
benchmarked | ||
Decrypt | ||
Decrypts | ||
decrypt | ||
Encrypt | ||
encrypt | ||
checksum | ||
checksums | ||
ctx | ||
enum | ||
umem | ||
umems | ||
Umem | ||
iproute | ||
ifindex | ||
Inode | ||
inode | ||
inodes | ||
netdev | ||
netdevs | ||
pre | ||
Perf | ||
perf | ||
EINVAL | ||
EBUSY | ||
ENOENT | ||
EFAULT | ||
ENOMEM | ||
ENOPROTOOPT | ||
Netronome | ||
Mellanox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# LibBPF kernel side library | ||
# Libbpf kernel side library | ||
|
||
<!-- TODO abstract --> | ||
|
||
|
Oops, something went wrong.