From juan.lang@gmail.com Tue Jul 24 13:24:36 2007 From: "Juan Lang" Date: Tue, 24 Jul 2007 13:24:19 -0700 Subject: stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface To: "Greg KH" Message-ID: <3a768c550707241324s7ef5e3c5h8136f31505e5201d@mail.gmail.com> From: Juan Lang Signed-off-by: Greg Kroah-Hartman --- Documentation/stable_api_nonsense.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/stable_api_nonsense.txt +++ b/Documentation/stable_api_nonsense.txt @@ -10,7 +10,7 @@ kernel to userspace interfaces. The ker 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.