Commit a2765e81d8a58f66e21176ca2a8fd6012b187994

Authored by Juan Lang
Committed by Greg Kroah-Hartman
1 parent 30b1b28001

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/stable_api_nonsense.txt
... ... @@ -10,7 +10,7 @@
10 10 the one that application programs use, the syscall interface. That
11 11 interface is _very_ stable over time, and will not break. I have old
12 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 14 that users and application programmers can count on being stable.
15 15  
16 16