Fix a typo in a comment.

This commit is contained in:
John Baldwin 2019-10-03 18:12:34 +00:00
parent 59997c3c46
commit 214b76700c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353058

View File

@ -905,7 +905,7 @@ print_mask_arg32(bool (*decoder)(FILE *, uint32_t, uint32_t *), FILE *fp,
#ifndef __LP64__
/*
* Add argument padding to subsequent system calls afater a Quad
* 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