Skip to content

Commit e1d0aa6

Browse files
committed
Fixes comment typo
1 parent 3646156 commit e1d0aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exitCodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
typedef enum {
1515
EXIT_CODE_SUCCESS = 0,
1616
EXIT_CODE_FAILURE = 1, // generic failure
17-
// code 2 typically has a special meaning, see below
17+
// code 2 typically has a special meaning, see above
1818
EXIT_CODE_UNKNOWN_EVENT = 3
1919
} exit_code_t;
2020

0 commit comments

Comments
 (0)