summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsmpatel <smpatel@FreeBSD.org>1996-04-04 01:08:20 +0000
committersmpatel <smpatel@FreeBSD.org>1996-04-04 01:08:20 +0000
commit065f0f1d9066283d98b2e0cc7c38a5a825998d02 (patch)
treed5aa7aa7edd2eb080f5a1e046434d4305d96adb1 /sys
parentdffbea3b7561df283ae4706b7d7c019da31070c3 (diff)
downloadFreeBSD-src-065f0f1d9066283d98b2e0cc7c38a5a825998d02.zip
FreeBSD-src-065f0f1d9066283d98b2e0cc7c38a5a825998d02.tar.gz
Fixed a typo in the comment for sv_errsize.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sysent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 9a73592..434748c 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sysent.h,v 1.7 1996/03/02 19:38:20 peter Exp $
+ * $Id: sysent.h,v 1.8 1996/03/29 14:29:50 bde Exp $
*/
#ifndef _SYS_SYSENT_H_
@@ -52,7 +52,7 @@ struct sysentvec {
u_int sv_mask; /* optional mask to index */
int sv_sigsize; /* size of signal translation table */
int *sv_sigtbl; /* signal translation table */
- int sv_errsize; /* size of signal translation table */
+ int sv_errsize; /* size of errno translation table */
int *sv_errtbl; /* errno translation table */
int (*sv_fixup) __P((int **, struct image_params *));
/* stack fixup function */
OpenPOWER on IntegriCloud