Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2765e81 authored by Juan Lang's avatar Juan Lang Committed by Greg Kroah-Hartman
Browse files

stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to...


stable_api_nonsense.txt: Disambiguate the use of "this" by using "that" to refer to the syscall interface

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 30b1b280
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.