]> Kevux Git Server - fll/commitdiff
Cleaup: Spelling mistake in debugging documentation.
authorKevin Day <thekevinday@gmail.com>
Fri, 1 Jul 2022 22:29:48 +0000 (17:29 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 1 Jul 2022 22:29:48 +0000 (17:29 -0500)
documents/debugging.txt

index 4d058961459fd25250efa77ceb26081d5663c5ad..ccea476c90b3a4c52c67623a36eac7fdd959741c 100644 (file)
@@ -52,6 +52,6 @@ Valgrind:
 GCC's -fanalyzer (and CLang's equivalent):
   The code analyzer provided by GCC (and also CLang, through similar means) attempts to determine insecure or otherwise bad coding practices.
 
-  This focuses on the GCC -fanalzyer.
+  This focuses on the GCC -fanalyzer.
 
-  The analzyer is easily enabled by just appending "-fanalyzer" to the "flags" in data/build/settings or directly passing "-fanalyzer" to the gcc command.o
+  The analyzer is easily enabled by just appending "-fanalyzer" to the "flags" in data/build/settings or directly passing "-fanalyzer" to the gcc command.o