summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xresources/scripts/helpers/build/release/archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives
index 599900d..ca67821 100755
--- a/resources/scripts/helpers/build/release/archives
+++ b/resources/scripts/helpers/build/release/archives
@@ -450,7 +450,7 @@ printf "Compressing libreboot_util/ into libreboot_util.tar.xz\n"
tar -c libreboot_util | xz -9e >libreboot_util.tar.xz
printf "Compressing libreboot_crossgcc/ into libreboot_crossgcc.tar.xz\n"
-# create lzma compressed util archive
+# create lzma compressed crossgcc archive
tar -c libreboot_crossgcc | xz -9e >libreboot_crossgcc.tar.xz
# Move the archives to the release directory