Skip to content

Commit 8bda825

Browse files
jules-aifraillt
authored andcommitted
Fix spelling error of "likely"
1 parent ee992d8 commit 8bda825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitsery/bitsery.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#endif
6767

6868
#if __has_cpp_attribute(likely)
69-
#define BITSERY_LIKELY BITSERY_ATTRIBUTE(likey)
69+
#define BITSERY_LIKELY BITSERY_ATTRIBUTE(likely)
7070
#else
7171
#define BITSERY_LIKELY
7272
#endif

0 commit comments

Comments
 (0)