From c42f8c65c6b60098b7d05ef6c6aab98ca7d2ed19 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 27 Jan 2026 17:44:14 +0100 Subject: [PATCH] [SPCA] fix spelling mistake --- semester3/spca/parts/02_toolchain/00_intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semester3/spca/parts/02_toolchain/00_intro.tex b/semester3/spca/parts/02_toolchain/00_intro.tex index 905e5b3..24a8446 100644 --- a/semester3/spca/parts/02_toolchain/00_intro.tex +++ b/semester3/spca/parts/02_toolchain/00_intro.tex @@ -1,4 +1,4 @@ -The \texttt{GNU Compiler Collection}, or short (which is also it's executable name) \texttt{gcc}, +The \texttt{GNU Compiler Collection}, or short (which is also its executable name) \texttt{gcc}, is a \lC\ compiler toolchain that is commonly used to compile \lC\ code on UNIX platforms. It includes all the necessary tools to compile a \lC\ program: