Explorar o código

That typo annoys me each time I use Kristaba's fixed library.

Eiyeron Fulmincendii %!s(int64=11) %!d(string=hai) anos
pai
achega
f9fa33ef51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fixed.h

+ 1 - 1
fixed.h

@@ -1,7 +1,7 @@
 #ifndef _FIXED_H
 #define _FIXED_H
 
-// Bit lenght of the decimal part, change it to change the precision :
+// Bit length of the decimal part, change it to change the precision :
 #define DB 12
 
 #define MOD(x, y) ((x)<0 ? (y)+(x)%(y) : (x)%(y))