- Fixed comments / typos

This commit is contained in:
Paul Bakker 2012-11-07 20:05:38 +00:00
parent 77db6ce348
commit 096348fa79
6 changed files with 6 additions and 14 deletions

View file

@ -1,7 +1,7 @@
/*
* Error message information
*
* Copyright (C) 2006-2010, Brainspark B.V.
* Copyright (C) 2006-2012, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
@ -86,4 +86,4 @@ LOW_LEVEL_CODE_CHECKS
snprintf( buf, buflen, "UNKNOWN ERROR CODE (%04X)", use_ret );
}
#endif /* POLARSSL_VERBOSE_ERROR */
#endif /* POLARSSL_ERROR_C */