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

Commit aa6c7e9

Browse files
committed
fix -bit as singular
1 parent d653938 commit aa6c7e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/openocd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
#if defined(BUILD_BRANDING)
5353

5454
#if INTPTR_MAX == INT32_MAX
55-
#define OPENOCD_WORDSIZE "32-bits "
55+
#define OPENOCD_WORDSIZE "32-bit "
5656
#elif INTPTR_MAX == INT64_MAX
57-
#define OPENOCD_WORDSIZE "64-bits "
57+
#define OPENOCD_WORDSIZE "64-bit "
5858
#else
5959
#define OPENOCD_WORDSIZE ""
6060
#endif

0 commit comments

Comments
 (0)