Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 00:31:11 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288997 - head/usr.bin/truss
Message-ID:  <201510080031.t980VBH9028226@repo.freebsd.org>

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



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