]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/array.h
Fixed some spelling errors in documentation and code comments
[ngircd-alex.git] / src / ngircd / array.h
index f461162834bcebed746d54fe9d2fa29d569a75c6..fd428dbbd985990d87d034e2135f90537c7d5a93 100644 (file)
@@ -84,7 +84,7 @@ extern void* array_get PARAMS((array* a, size_t membersize, size_t pos));
 /* free the contents of this array. */
 extern void array_free PARAMS((array* a));
 
-/* overwrite array with zeroes before free */
+/* overwrite array with zeros before free */
 extern void array_free_wipe PARAMS((array* a));
 
 /* return pointer to first element in this array */