]> pd.if.org Git - pdclib/blobdiff - includes/errno.h
Some cleanup.
[pdclib] / includes / errno.h
index 873166aab68a4c18d074dbd4ac2e2bdb5ae58e67..0569284da550613d2501614a804705919c517bf1 100644 (file)
@@ -4,7 +4,7 @@
 // Public Domain C Library - http://pdclib.sourceforge.net
 // This code is Public Domain. Use, modify, and redistribute at will.
 // ----------------------------------------------------------------------------
-// Provides 'errno', the auxiliary error handling of the standard library.
+// Errors
 // ----------------------------------------------------------------------------
 
 #ifndef __ERRNO_H