Fix typos
[babeltrace.git] / src / plugins / text / pretty / pretty.h
index d9f383b1d6f23550f75cce8b2d3970e6f5a7cc1d..b73f33455767fb0c93c80631b48c10ad6d40ac10 100644 (file)
@@ -14,7 +14,7 @@
 #include <babeltrace2/babeltrace.h>
 
 /*
- * `bt_field_*_enumeration` are backed by 64 bits integers so the maximun
+ * `bt_field_*_enumeration` are backed by 64 bits integers so the maximum
  * number of bitflags in any enumeration is 64.
  */
 #define ENUMERATION_MAX_BITFLAGS_COUNT (sizeof(uint64_t) * 8)
This page took 0.023749 seconds and 4 git commands to generate.