mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
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>
This commit is contained in:
parent
30b1b28001
commit
a2765e81d8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ kernel to userspace interfaces. The kernel to userspace interface is
|
||||||
the one that application programs use, the syscall interface. That
|
the one that application programs use, the syscall interface. That
|
||||||
interface is _very_ stable over time, and will not break. I have old
|
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
|
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.
|
that users and application programmers can count on being stable.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue