git: 4f0538d42c - main - website/tools/releases-toml.rb: correct comment saying what this does

From: Ceri Davies <ceri_at_FreeBSD.org>
Date: Mon, 10 Apr 2023 11:23:31 UTC
The branch main has been updated by ceri:

URL: https://cgit.FreeBSD.org/doc/commit/?id=4f0538d42c36e7fa9b1ba98fa833fc5a887bb35c

commit 4f0538d42c36e7fa9b1ba98fa833fc5a887bb35c
Author:     Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2023-04-10 11:22:36 +0000
Commit:     Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2023-04-10 11:22:36 +0000

    website/tools/releases-toml.rb: correct comment saying what this does
---
 website/tools/releases-toml.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/tools/releases-toml.rb b/website/tools/releases-toml.rb
index 20d353f4bf..f80b183375 100644
--- a/website/tools/releases-toml.rb
+++ b/website/tools/releases-toml.rb
@@ -6,7 +6,8 @@ BSD 2-Clause License
 Copyright (c) 2020-2023, The FreeBSD Project
 Copyright (c) 2020-2023, Sergio Carlavilla <carlavilla@FreeBSD.org>
 
-This script will merge all the pgpkeys into one single file
+This script converts common variables sourced from shared/releases.adoc
+ to the toml format and stores them in data/releases.toml
 
 =end