Fix a typo in a comment.

This commit is contained in:
jhb 2019-10-03 18:12:34 +00:00
parent b339fac64f
commit c0849fc993

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