Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a typo
s/optimzation/optimization/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
  • Loading branch information
unixbhaskar authored and Erik Kaneda committed Mar 30, 2021
1 parent 63db976 commit 2d9e5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/acoutput.h
Expand Up @@ -508,7 +508,7 @@
*
* A less-safe version of the macros is provided for optional use if the
* compiler uses excessive CPU stack (for example, this may happen in the
* debug case if code optimzation is disabled.)
* debug case if code optimization is disabled.)
*/

/* Exit trace helper macro */
Expand Down

0 comments on commit 2d9e5e9

Please sign in to comment.