diff --git a/src/tofu.c b/src/tofu.c

index 4c25d5eb50a7dcb92d2990364527b04bdb66d588..6f12a4e0dfafa563de2836b13da910ae2fd65895 100644

--- a/src/tofu.c

+++ b/src/tofu.c

@@ -26,8 +26,8 @@ // If the answer to the latter is "no", then we give the user an

// opportunity to explicitly agree to trust the certificate before

// rejecting it.

//

- // If you're reading this code with the intent to re-use it, think

- // twice.

+ // If you're reading this code with the intent to re-use it for

+ // something unrelated to Gemini, think twice.

struct gemini_tofu *tofu = (struct gemini_tofu *)data;

X509 *cert = X509_STORE_CTX_get0_cert(ctx);

struct known_host *host = NULL;