diff options
author | Russ Cox <rsc@golang.org> | 2009-10-14 13:02:05 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-10-14 13:02:05 -0700 |
commit | b3aeb555efb438df25e26413c8472e87517a76e8 (patch) | |
tree | 61be8c6ea6f2dfcc239d6ac55de123e6b367496f /src/pkg/runtime/runtime.h | |
parent | 0d2b13ebbbd20a54c6f0cc048993b104165d85d0 (diff) | |
download | golang-b3aeb555efb438df25e26413c8472e87517a76e8.tar.gz |
excise some internal references.
R=r
DELTA=209 (65 added, 114 deleted, 30 changed)
OCL=35718
CL=35721
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r-- | src/pkg/runtime/runtime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index fe3194d54..d45ac5040 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -413,8 +413,7 @@ void lock(Lock*); void unlock(Lock*); /* - * sleep and wakeup on one-time events, like - * Notification (but shorter to type). + * sleep and wakeup on one-time events. * before any calls to notesleep or notewakeup, * must call noteclear to initialize the Note. * then, any number of threads can call notesleep |