aboutsummaryrefslogtreecommitdiff
path: root/core/compress/gzip
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:11:33 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:11:33 +0200
commit248b0fe9e155e1a00a04cb7b1fc687601d401d7c (patch)
treee9415d31f1da14a1f8453790ce4c130aca06ecfc /core/compress/gzip
parentaf189b45f37dcb01ba37230f6a04bcf5260b2a48 (diff)
More package lines
Diffstat (limited to 'core/compress/gzip')
-rw-r--r--core/compress/gzip/doc.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/compress/gzip/doc.odin b/core/compress/gzip/doc.odin
index 745d020c5..c35f205e5 100644
--- a/core/compress/gzip/doc.odin
+++ b/core/compress/gzip/doc.odin
@@ -1,4 +1,4 @@
-// package gzip implements a small GZIP implementation as an example.
+// package gzip implements a small GZIP unpacker as an example.
package compress_gzip
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.