diff --git a/dsa.h b/dsa.h
index f55b4b13ea8b7116ce7b8b087e95ef930e90a39e..412178b40bc837c97b8d0c3903585ec0a43b3c78 100644
--- a/dsa.h
+++ b/dsa.h
@@ -114,7 +114,7 @@ struct dsa_signature
  *   sha1_update
  *
  * Create the signature by calling
- *   dsa_sign
+ *   dsa_sha1_sign
  *
  * The signature is represented as a struct dsa_signature. This call also
  * resets the hashing context.