From 0fd3025a7e5672e745d8c5a37559b49e6a3b6db3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 20 Feb 2019 02:51:03 +0100 Subject: [PATCH] Fix typo. --- manual/tracy.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 9b514283..0bcae1b5 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -299,7 +299,7 @@ You should compile the main library with the \texttt{tracy/TracyClient.cpp} sour \subsubsection{Apple woes} -Because Apple \emph{has} to be \emph{think different}, there are some problems when using Tracy on OSX and iOS. First, the performance hit due to profiling is higher than on onther platforms. Second, some critical features are missing and won't be possible to achieve: +Because Apple \emph{has} to be \emph{think different}, there are some problems when using Tracy on OSX and iOS. First, the performance hit due to profiling is higher than on other platforms. Second, some critical features are missing and won't be possible to achieve: \begin{itemize} \item There's no support for the \texttt{TRACY\_NO\_EXIT} mode.