summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorPyry Haulos <phaulos@google.com>2016-09-26 15:28:57 -0700
committerPyry Haulos <phaulos@google.com>2016-09-26 15:28:57 -0700
commit7704f19df5db9396c8f48f7ecfc7e53718c30470 (patch)
tree63a52bd389cd6241efa963b624fcdb969c56be33 /framework
parentd04e72de0bd3c997ad87756837cea1a52f12e7bc (diff)
downloadVK-GL-CTS-7704f19df5db9396c8f48f7ecfc7e53718c30470.tar.gz
VK-GL-CTS-7704f19df5db9396c8f48f7ecfc7e53718c30470.tar.bz2
VK-GL-CTS-7704f19df5db9396c8f48f7ecfc7e53718c30470.zip
Be more civil in comments
Change-Id: I47d75f6d558a80263d4a3cdeaa84f780db02403a
Diffstat (limited to 'framework')
-rw-r--r--framework/delibs/deutil/deProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/delibs/deutil/deProcess.c b/framework/delibs/deutil/deProcess.c
index 2962a1abe..3087ca01f 100644
--- a/framework/delibs/deutil/deProcess.c
+++ b/framework/delibs/deutil/deProcess.c
@@ -401,7 +401,7 @@ deBool deProcess_waitForFinish (deProcess* process)
return DE_FALSE;
}
- /* \note [pyry] Crazy hack for OS X Lion. Stupid Apple. */
+ /* \note [pyry] HACK, apparently needed by some versions of OS X. */
while ((waitResult = waitpid(process->pid, &status, 0)) != process->pid)
if (errno != ENOENT) break;