diff options
author | Richard Braun <rbraun@sceen.net> | 2014-06-10 21:14:37 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2014-06-10 21:14:37 +0200 |
commit | f0e77fb79581c9227f758ad014a3c2778ae9d2f5 (patch) | |
tree | 5061e66f879df20c2fa6239da5e9325e099bbffd /kern/llsync.c | |
parent | 903eb40cfc24be561d1873e7f66c154771f99f4b (diff) |
kern/llsync: minor change
Remove trailing space character.
Diffstat (limited to 'kern/llsync.c')
-rw-r--r-- | kern/llsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/llsync.c b/kern/llsync.c index 531fa100..ba99a9b0 100644 --- a/kern/llsync.c +++ b/kern/llsync.c @@ -15,7 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * - * The method used by this module is described in the expired US patent + * The method used by this module is described in the expired US patent * 4809168, "Passive Serialization in a Multitasking Environment". It is * similar to "Classic RCU (Read-Copy Update)" as found in Linux 2.6, with * the notable difference that RCU actively starts grace periods, where |