From: Juan Lang Date: Tue, 24 Jul 2007 20:24:19 +0000 (-0700) Subject: stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer... X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a2765e81d8a58f66e21176ca2a8fd6012b187994;p=deliverable%2Flinux.git stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/stable_api_nonsense.txt b/Documentation/stable_api_nonsense.txt index a2afca3b2bab..847b342b7b20 100644 --- a/Documentation/stable_api_nonsense.txt +++ b/Documentation/stable_api_nonsense.txt @@ -10,7 +10,7 @@ kernel to userspace interfaces. The kernel to userspace interface is the one that application programs use, the syscall interface. That interface is _very_ stable over time, and will not break. I have old programs that were built on a pre 0.9something kernel that still work -just fine on the latest 2.6 kernel release. This interface is the one +just fine on the latest 2.6 kernel release. That interface is the one that users and application programmers can count on being stable.