commit | 932e3934bd58987c828aef400584aeb9d9d6068d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 03 16:37:14 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Apr 03 18:46:55 2015 +0200 |
tree | c601ff4e6dd765a7619628157d467a204a28fbb1 | |
parent | 62edcc8176c614cdb13d00ce128d51e03a875202 [diff] [blame] |
Fix typos & Co
diff --git a/include/mbedtls/oid.h b/include/mbedtls/oid.h index 31a7d2b..11330f2 100644 --- a/include/mbedtls/oid.h +++ b/include/mbedtls/oid.h
@@ -396,7 +396,7 @@ * \param oid OID to translate * * \return Length of the string written (excluding final NULL) or - * POLARSSL_ERR_OID_BUF_TO_SMALL in case of error + * POLARSSL_ERR_OID_BUF_TOO_SMALL in case of error */ int oid_get_numeric_string( char *buf, size_t size, const asn1_buf *oid );