diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-05-02 00:51:11 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-05-02 00:51:11 +0000 |
commit | 29cc1f87315263a457c3571b5bbbf20121cf4522 (patch) | |
tree | 508911cdfcab13b69613d8949b5dbf914458e1e6 | |
parent | e42c908cf0304244bfa3b3cd87a6749719464083 (diff) |
repeated text in a comment, spotted by adam dutko
-rw-r--r-- | sys/sys/sysctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index f1537923891..abfe014b63d 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.h,v 1.101 2010/01/10 03:37:50 guenther Exp $ */ +/* $OpenBSD: sysctl.h,v 1.102 2010/05/02 00:51:10 tedu Exp $ */ /* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */ /* @@ -626,7 +626,7 @@ do { \ /* * kern.file2 returns an array of these structures, which are designed - * both to be immune to be immune to 32/64 bit emulation issues and to + * both to be immune to 32/64 bit emulation issues and to * provide backwards compatibility. The order differs slightly from * that of the real struct file, and some fields are taken from other * structures (struct vnode, struct proc) in order to make the file |