Fix a bunch of typos (#2693)
fix a bunch of types in man pages, docs, tools, tests, src and examples.
diff --git a/tools/klockstat.py b/tools/klockstat.py
index aa9e7c0..4b46610 100755
--- a/tools/klockstat.py
+++ b/tools/klockstat.py
@@ -47,7 +47,7 @@
return ival
def stack_id_err(stack_id):
- # -EFAULT in get_stackid normally means the stack-trace is not availible,
+ # -EFAULT in get_stackid normally means the stack-trace is not available,
# Such as getting kernel stack trace in userspace code
return (stack_id < 0) and (stack_id != -errno.EFAULT)