Module Name: src Committed By: wiz Date: Fri Sep 8 10:53:55 UTC 2017
Modified Files: src/sys/sys: sysctl.h Log Message: Remove duplicate words in comment. To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225 src/sys/sys/sysctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/sysctl.h diff -u src/sys/sys/sysctl.h:1.224 src/sys/sys/sysctl.h:1.225 --- src/sys/sys/sysctl.h:1.224 Mon Aug 28 00:46:07 2017 +++ src/sys/sys/sysctl.h Fri Sep 8 10:53:55 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: sysctl.h,v 1.224 2017/08/28 00:46:07 kamil Exp $ */ +/* $NetBSD: sysctl.h,v 1.225 2017/09/08 10:53:55 wiz Exp $ */ /* * Copyright (c) 1989, 1993 @@ -764,7 +764,7 @@ struct buf_sysctl { /* * 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