diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-20 10:33:00 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-20 10:33:00 +0000 |
commit | cebd29c950dc68cc416b9bd55ad62b9e7e25c077 (patch) | |
tree | 51676e8f2d7bc95204888dddbc2556144b276d9c /share/man | |
parent | 7ed19f5c7780ebe9ec67121f0c5aa19fbc80bf1a (diff) | |
download | src-cebd29c950dc68cc416b9bd55ad62b9e7e25c077.tar.gz src-cebd29c950dc68cc416b9bd55ad62b9e7e25c077.zip |
tslog(4): Fix a typo in the manual page
- s/schedulling/scheduling/
MFC after: 3 days
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/tslog.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/tslog.4 b/share/man/man4/tslog.4 index 7d36898a6533..e3ee8bca0fee 100644 --- a/share/man/man4/tslog.4 +++ b/share/man/man4/tslog.4 @@ -112,7 +112,7 @@ process. is not always the right tool for profiling early kernel initialization. The reason is it requires some kernel subroutines which are not yet available early in the boot process, e.g.: -traps, memory allocation, or thread schedulling. +traps, memory allocation, or thread scheduling. .Nm depends on fewer kernel subroutines than .Xr dtrace 1 |