Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Commit

Permalink
fix -bit as singular
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 20, 2018
1 parent d653938 commit aa6c7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openocd.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
#if defined(BUILD_BRANDING)

#if INTPTR_MAX == INT32_MAX
#define OPENOCD_WORDSIZE "32-bits "
#define OPENOCD_WORDSIZE "32-bit "
#elif INTPTR_MAX == INT64_MAX
#define OPENOCD_WORDSIZE "64-bits "
#define OPENOCD_WORDSIZE "64-bit "
#else
#define OPENOCD_WORDSIZE ""
#endif
Expand Down

0 comments on commit aa6c7e9

Please sign in to comment.