Skip to content

Commit dab81d8

Browse files
authored
Fix typo (#162)
thanks for the PR of the typo :)
1 parent 6bc0317 commit dab81d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gc/gctypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typedef volatile double vf64;
6262
/*+----------------------------------------------------------------------------------------------+*/
6363
#ifndef BIG_ENDIAN
6464
#define BIG_ENDIAN 1234
65-
#endif /* BIGE_ENDIAN */
65+
#endif /* BIG_ENDIAN */
6666
/*+----------------------------------------------------------------------------------------------+*/
6767
#ifndef BYTE_ORDER
6868
#define BYTE_ORDER BIG_ENDIAN

0 commit comments

Comments
 (0)