diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c
index 7f998308d89614cdc25effe34525c30c6407810f..57116b651e362abac5d51fd280e2271f37041e90 100644
--- a/lib/curl_sasl.c
+++ b/lib/curl_sasl.c
@@ -19,8 +19,8 @@
  * KIND, either express or implied.
  *
  * RFC2195 CRAM-MD5 authentication
- * RFC2222 Simple Authentication and Security Layer (SASL)
  * RFC2831 DIGEST-MD5 authentication
+ * RFC4422 Simple Authentication and Security Layer (SASL)
  * RFC4616 PLAIN authentication
  *
  ***************************************************************************/