can-utils: trivial: fix typos concerning "separation" and "useful"
[profile/ivi/can-utils.git] / can-calc-bit-timing.c
index a9fb992..ecf5cb6 100644 (file)
@@ -26,7 +26,7 @@
 #define ENOTSUPP       524     /* Operation is not supported */
 #endif
 
-/* usefull defines */
+/* useful defines */
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 
 #define do_div(a,b) a = (a) / (b)