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

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 8 00:31:13 UTC 2015


Author: bdrewery
Date: Thu Oct  8 00:31:11 2015
New Revision: 288997
URL: https://svnweb.freebsd.org/changeset/base/288997

Log:
  Correct a comment.

Modified:
  head/usr.bin/truss/truss.h

Modified: head/usr.bin/truss/truss.h
==============================================================================
--- head/usr.bin/truss/truss.h	Wed Oct  7 20:04:32 2015	(r288996)
+++ head/usr.bin/truss/truss.h	Thu Oct  8 00:31:11 2015	(r288997)
@@ -51,7 +51,7 @@ struct procabi {
 
 /*
  * This is confusingly named.  It holds per-thread state about the
- * currently executing system call.  syscalls.h defines a struct
+ * currently executing system call.  syscall.h defines a struct
  * syscall that holds metadata used to format system call arguments.
  *
  * NB: args[] stores the raw argument values (e.g. from registers)


More information about the svn-src-all mailing list