Skip to content

Commit

Permalink
Update cmdlineoptions_enums.h (#4)
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
ptahmose authored May 23, 2024
1 parent f077478 commit 72148b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwarpaffine/cmdlineoptions_enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum class TaskArenaImplementation
/// Values that represent different levels of "print-out verbosity", i.e. how much
/// output (to stdout) is generated by the application.
/// The enums need to be ordered from "lowest level of verbosity" to "highest level of
/// verbosity", since there numerical values are being compared.
/// verbosity", since their numerical values are being compared.
enum class MessagesPrintVerbosity
{
kMinimal = 0,
Expand Down

0 comments on commit 72148b3

Please sign in to comment.