]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/macros.h
warning: useless cast to type A [-Wuseless-cast]
[apt.git] / apt-pkg / contrib / macros.h
index 62e7b65db1d748ae4861ec9c43a4f74da253b471..e53d01b8fcafaa32ce64c4900b36fb55b264df2f 100644 (file)
@@ -44,7 +44,7 @@
 #define _boundv(a,b,c) b = _bound(a,b,c)
 #define ABS(a) (((a) < (0)) ?-(a) : (a))
 
-/* Usefull count macro, use on an array of things and it will return the
+/* Useful count macro, use on an array of things and it will return the
    number of items in the array */
 #define _count(a) (sizeof(a)/sizeof(a[0]))