aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
committerEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
commit5aa0576b330d8ecdf4506b1819c6be838a851e50 (patch)
treee2d5273e67b1d3acee448133361adbf81a7268a2 /usr.bin/truss
parent723180da5978dcc980d754534061238273453b45 (diff)
downloadsrc-5aa0576b330d8ecdf4506b1819c6be838a851e50.tar.gz
src-5aa0576b330d8ecdf4506b1819c6be838a851e50.zip
Notes
Diffstat (limited to 'usr.bin/truss')
-rw-r--r--usr.bin/truss/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c
index a221d76cd329..721fbd23f8db 100644
--- a/usr.bin/truss/syscalls.c
+++ b/usr.bin/truss/syscalls.c
@@ -908,7 +908,7 @@ print_mask_arg32(bool (*decoder)(FILE *, uint32_t, uint32_t *), FILE *fp,
* Add argument padding to subsequent system calls after Quad
* syscall arguments as needed. This used to be done by hand in the
* decoded_syscalls table which was ugly and error prone. It is
- * simpler to do the fixup of offsets at initalization time than when
+ * simpler to do the fixup of offsets at initialization time than when
* decoding arguments.
*/
static void