Fix typos & Co
diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c
index c3f4b38..aee3833 100644
--- a/library/ctr_drbg.c
+++ b/library/ctr_drbg.c
@@ -170,7 +170,7 @@
     aes_setkey_enc( &aes_ctx, key, CTR_DRBG_KEYBITS );
 
     /*
-     * Reduce data to POLARSSL_CTR_DRBG_SEEDLEN bytes of data
+     * Reduce data to CTR_DRBG_SEEDLEN bytes of data
      */
     for( j = 0; j < CTR_DRBG_SEEDLEN; j += CTR_DRBG_BLOCKSIZE )
     {
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 73aefc8..db11a80 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -1098,7 +1098,7 @@
         p += 48;
     }
     else
-#endif /* POLARSSL_KEY_EXCHANGE_RSA_PKS_ENABLED */
+#endif /* POLARSSL_KEY_EXCHANGE_RSA_PSK_ENABLED */
 #if defined(POLARSSL_KEY_EXCHANGE_DHE_PSK_ENABLED)
     if( key_ex == POLARSSL_KEY_EXCHANGE_DHE_PSK )
     {