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 ) );