fix typos

This commit is contained in:
toddouska
2013-03-12 15:56:58 -07:00
parent a868451d72
commit dbe83c7405
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ extern "C" {
#ifdef MP_8BIT
typedef unsigned char mp_digit;
typedef unsigned short mp_word;
#elif (defined(MP_16BIT) || defined(NO_64BIT))
#elif defined(MP_16BIT) || defined(NO_64BIT)
typedef unsigned short mp_digit;
typedef unsigned int mp_word;
#elif defined(MP_64BIT)