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)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to