Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 18:12:34 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353058 - head/usr.bin/truss
Message-ID:  <201910031812.x93ICY9A076586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031812.x93ICY9A076586>