diff options
author | 2010-05-02 00:51:10 +0000 | |
---|---|---|
committer | 2010-05-02 00:51:10 +0000 | |
commit | 711c9facdb8178b84f6800d00fe5295af2679336 (patch) | |
tree | df92ac1dbacf6f8a5bedc6222e4f38463d4ac1c4 | |
parent | Add defines for thread-local-storage sections/symbols/segments and for (diff) | |
download | wireguard-openbsd-711c9facdb8178b84f6800d00fe5295af2679336.tar.xz wireguard-openbsd-711c9facdb8178b84f6800d00fe5295af2679336.zip |
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 |