diff options
Diffstat (limited to 'kern/sref.c')
-rw-r--r-- | kern/sref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c index 21d6a4e6..e43f53aa 100644 --- a/kern/sref.c +++ b/kern/sref.c @@ -38,7 +38,7 @@ * from any processor. Review queue access should still be considerably * infrequent in practice, keeping the impact on contention low. * - * Locking protocol : cache-> counter -> global data + * Locking protocol : cache -> counter -> global data */ #include <kern/assert.h> |