svn commit: r353058 - head/usr.bin/truss

John Baldwin jhb at FreeBSD.org
Thu Oct 3 18:12:35 UTC 2019


Author: jhb
Date: Thu Oct  3 18:12:34 2019
New Revision: 353058
URL: https://svnweb.freebsd.org/changeset/base/353058

Log:
  Fix a typo in a comment.

Modified:
  head/usr.bin/truss/syscalls.c

Modified: head/usr.bin/truss/syscalls.c
==============================================================================
--- head/usr.bin/truss/syscalls.c	Thu Oct  3 17:54:00 2019	(r353057)
+++ head/usr.bin/truss/syscalls.c	Thu Oct  3 18:12:34 2019	(r353058)
@@ -905,7 +905,7 @@ print_mask_arg32(bool (*decoder)(FILE *, uint32_t, uin
 
 #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


More information about the svn-src-all mailing list