summaryrefslogtreecommitdiffstats
path: root/libaf/af_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_format.h')
-rw-r--r--libaf/af_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_format.h b/libaf/af_format.h
index 931a9b88ee..f7b2a15b16 100644
--- a/libaf/af_format.h
+++ b/libaf/af_format.h
@@ -18,7 +18,7 @@
#define AF_FORMAT_US (1<<1) // Un Signed
#define AF_FORMAT_SIGN_MASK (1<<1)
-// Fixed of floating point
+// Fixed or floating point
#define AF_FORMAT_I (0<<2) // Int
#define AF_FORMAT_F (1<<2) // Foating point
#define AF_FORMAT_POINT_MASK (1<<2)