diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-06-30 15:34:22 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-06-30 15:34:22 +0200 |
commit | d39f5aa373a4422f7a5f3ee764fb0f6b0b719d61 (patch) | |
tree | 1833f8b72a4b3a8f00d0d143b079a8fcad01c6ae /src/libmach/darwin.c | |
parent | 8652e6c371b8905498d3d314491d36c58d5f68d5 (diff) | |
download | golang-d39f5aa373a4422f7a5f3ee764fb0f6b0b719d61.tar.gz |
Imported Upstream version 58upstream/58
Diffstat (limited to 'src/libmach/darwin.c')
-rw-r--r-- | src/libmach/darwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmach/darwin.c b/src/libmach/darwin.c index d44fd5612..c443a4fba 100644 --- a/src/libmach/darwin.c +++ b/src/libmach/darwin.c @@ -170,7 +170,7 @@ me(kern_return_t r) // handles to tasks (processes), and handles to threads within a // process. All of them are small integers. // -// To accomodate Mach, we employ a clumsy hack: in this interface, +// To accommodate Mach, we employ a clumsy hack: in this interface, // if you pass in a positive number, that's a process id. // If you pass in a negative number, that identifies a thread that // has been previously returned by procthreadpids (it indexes |