summaryrefslogtreecommitdiff
path: root/kern/sref.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2014-09-24 09:22:26 +0200
committerRichard Braun <rbraun@sceen.net>2014-09-24 09:22:26 +0200
commitfae32cacc67e0c8d32633b3095807e9c5f9368fc (patch)
tree115027e4762704d30c60707539bd6de73a02755b /kern/sref.c
parente388bf7372e850ab0397f5647b6407dbf4401569 (diff)
kern/sref: cosmetic change
Diffstat (limited to 'kern/sref.c')
-rw-r--r--kern/sref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c
index 21d6a4e..e43f53a 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>