Skip to content

Commit

Permalink
Common.cmake: fix typo in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jul 9, 2024
1 parent 675899a commit c8b875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target_compile_options(${PROJECT_NAME} PRIVATE
#
# > Level 1: (...) it has very few false negatives. However, it has many false positives.
#
# If we encounter into false positives in the future, we can increase the level, but let's
# If we run into false positives in the future, we can increase the level, but let's
# start with the most aggressive option to make sure we don't miss anything.
-fstrict-aliasing -Wstrict-aliasing=1
>
Expand Down

0 comments on commit c8b875b

Please sign in to comment.