From 1366dcbb1f7af0e037b8e511b97d8be5beca271a Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 12 Dec 2006 19:23:02 +0100 Subject: [PATCH] --- yaml --- r: 44372 b: refs/heads/master c: 93aec204002b6ccd4daf0d02363a8227f21bf70f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/sysctl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7ac8e3d3fc1c..a31e3b15629e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87c18aa95199b4b7dd9510b2b927a5e30083da01 +refs/heads/master: 93aec204002b6ccd4daf0d02363a8227f21bf70f diff --git a/trunk/include/linux/sysctl.h b/trunk/include/linux/sysctl.h index 6d8846e7be6d..81480e613467 100644 --- a/trunk/include/linux/sysctl.h +++ b/trunk/include/linux/sysctl.h @@ -11,7 +11,7 @@ ** the sysctl() binary interface. Do *NOT* change the ** numbering of any existing values here, and do not change ** any numbers within any one set of values. If you have to - ** have to redefine an existing interface, use a new number for it. + ** redefine an existing interface, use a new number for it. ** The kernel will then return -ENOTDIR to any application using ** the old binary interface. **