From 3fbd478a8a77f9d829a0cbcd0fffdcc7dc30ec83 Mon Sep 17 00:00:00 2001 From: Robert Hencke Date: Mon, 30 May 2011 18:02:59 +1000 Subject: pkg: spelling tweaks, I-Z also, a few miscellaneous fixes to files outside pkg R=golang-dev, dsymonds, mikioh.mikioh, r CC=golang-dev https://golang.org/cl/4517116 --- src/pkg/runtime/linux/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/linux/thread.c') diff --git a/src/pkg/runtime/linux/thread.c b/src/pkg/runtime/linux/thread.c index 6c506236fb..7c7ca7b4e1 100644 --- a/src/pkg/runtime/linux/thread.c +++ b/src/pkg/runtime/linux/thread.c @@ -116,7 +116,7 @@ again: // // We only really care that (v&1) == 1 (the lock is held), // and in fact there is a futex variant that could - // accomodate that check, but let's not get carried away.) + // accommodate that check, but let's not get carried away.) futexsleep(&l->key, v+2); // We're awake: remove ourselves from the count. -- cgit v1.3