From: Ben Pfaff Date: Wed, 5 Apr 2006 22:44:11 +0000 (+0000) Subject: Typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=5eb8405854480419c57bb8f58b69755958dafb1e Typo. --- diff --git a/doc/debug.texi b/doc/debug.texi index ba53f70..11d1d7a 100644 --- a/doc/debug.texi +++ b/doc/debug.texi @@ -127,7 +127,7 @@ optimize such that an unrelated function C appears in the backtrace instead of A. Function C is simply the function that happens to be in memory just after A. In the threads project, this is commonly seen in backtraces for test failures; see @ref{The pass function fails, , -@func{pass} Fails}), for more information. +@func{pass} Fails}, for more information. @menu * Backtrace Example::