Commit ffd9a80d authored by salle@geopard.(none)'s avatar salle@geopard.(none)

Small comment typo fix

This is also my first attempt to commit and push
parent 5a65b8b2
...@@ -67,3 +67,4 @@ venu@work.mysql.com ...@@ -67,3 +67,4 @@ venu@work.mysql.com
worm@altair.is.lan worm@altair.is.lan
zak@balfor.local zak@balfor.local
zak@linux.local zak@linux.local
salle@geopard.(none)
...@@ -313,7 +313,7 @@ typedef unsigned short ushort; ...@@ -313,7 +313,7 @@ typedef unsigned short ushort;
#define rint(A) floor((A)+0.5) #define rint(A) floor((A)+0.5)
#endif #endif
/* Define som general constants */ /* Define some general constants */
#ifndef TRUE #ifndef TRUE
#define TRUE (1) /* Logical true */ #define TRUE (1) /* Logical true */
#define FALSE (0) /* Logical false */ #define FALSE (0) /* Logical false */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment