From 077e8c5f8a4ec90bc1c4ae4d896b9a153e7bc098 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 18 Jan 2004 02:46:31 +0000 Subject: [PATCH] comment --- stepmania/src/RageThreads.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/RageThreads.cpp b/stepmania/src/RageThreads.cpp index 1ab67c0b73..f66dbac5d9 100644 --- a/stepmania/src/RageThreads.cpp +++ b/stepmania/src/RageThreads.cpp @@ -477,9 +477,9 @@ void RageMutexImpl::Lock() } /* XXX: We want a stack trace of *all* threads if this happened, so we can - * tell who we're deadlocked with. Crash in a thread, so we can see the - * function on the stack (so we know we didn't crash somewhere else above. - * (We can't use CHECKPOINT, since that uses locks.) */ + * tell who we're deadlocked with. We can't use CHECKPOINT, since that uses + * locks. Crash in a function, so we can see it on the stack (so we know + * we didn't crash somewhere else above.) */ CrashDeadlocked(); }