diff options
| author | Juan Lang <juan.lang@gmail.com> | 2007-07-24 16:24:19 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-30 17:25:12 -0400 |
| commit | a2765e81d8a58f66e21176ca2a8fd6012b187994 (patch) | |
| tree | f3c29cb040338b02131b7ceeab9605cba27e186f | |
| parent | 30b1b28001fef09ea31b1c87e8e8acb962d109e2 (diff) | |
stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
| -rw-r--r-- | Documentation/stable_api_nonsense.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 10 | the one that application programs use, the syscall interface. That | 10 | the one that application programs use, the syscall interface. That |
| 11 | interface is _very_ stable over time, and will not break. I have old | 11 | interface is _very_ stable over time, and will not break. I have old |
| 12 | programs that were built on a pre 0.9something kernel that still work | 12 | programs that were built on a pre 0.9something kernel that still work |
| 13 | just fine on the latest 2.6 kernel release. This interface is the one | 13 | just fine on the latest 2.6 kernel release. That interface is the one |
| 14 | that users and application programmers can count on being stable. | 14 | that users and application programmers can count on being stable. |
| 15 | 15 | ||
| 16 | 16 | ||
