commit | d0fa5ccbb0853ec9ae2a2e6041aee06bc4d6c57b | [log] [tgz] |
---|---|---|
author | Nicholas Wilson <nicholas.wilson@realvnc.com> | Mon May 11 10:39:49 2015 +0100 |
committer | Nicholas Wilson <nicholas.wilson@realvnc.com> | Mon May 11 10:44:11 2015 +0100 |
tree | ee00d169b94a47a4f047d44da5d9fc7a7fd210f7 | |
parent | 770b5e1e9e043a00f79276d588c8c7437c0b774c [diff] [blame] |
Typos and doc additions
diff --git a/library/x509.c b/library/x509.c index 857b8a3..ab105d8 100644 --- a/library/x509.c +++ b/library/x509.c
@@ -449,7 +449,7 @@ if( *p == end_set ) break; - /* Mark this item as being only one in a set */ + /* Mark this item as being not the only one in a set */ cur->next_merged = 1; cur->next = polarssl_malloc( sizeof( x509_name ) );