aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-08-05 14:21:42 -0700
committerRuss Cox <rsc@golang.org>2008-08-05 14:21:42 -0700
commitf7f6329e26f9c587fb00606205a3cd2c04c45c31 (patch)
tree058596ff826cc8751e6c0356a6ec7bbebd08d7a8 /src/runtime/runtime.h
parent96824000ed89d13665f6f24ddc10b3bf812e7f47 (diff)
downloadgo-f7f6329e26f9c587fb00606205a3cd2c04c45c31.tar.xz
kill trailing white space.
(apparently my first attempt didn't work.) R=r OCL=13888 CL=13888
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r--src/runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index dbfc0029fa..591af542dc 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -243,7 +243,7 @@ void unlock(Lock*);
/*
* sleep and wakeup on one-time events.
- * before any calls to notesleep or notewakeup,
+ * before any calls to notesleep or notewakeup,
* must call noteclear to initialize the Note.
* then, any number of threads can call notesleep
* and exactly one thread can call notewakeup (once).