commit: 6d83bd7e35dd8246330c9379929c8ee9d0ec741f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 01:47:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 01:47:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d83bd7e
zig.eclass: fix typos
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/zig.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/zig.eclass b/eclass/zig.eclass
index 0de7ee9eb47a..0b5a2426e732 100644
--- a/eclass/zig.eclass
+++ b/eclass/zig.eclass
@@ -20,7 +20,7 @@
# libraries, objects), source codes, assets, tests, scripts etc. But
# many authors also use it to write Zig "modules", build logic
# and/or bindings/wrappers for C/C++ libraries. They install nothing
-# and are only used at build-time, so it's unneccessary and mostly
+# and are only used at build-time, so it's unnecessary and mostly
# useless to make ebuilds for them.
# 2) Have required `target`, `cpu` and optional `optimize` options in
# build.zig that accept standard Zig-style target and optimize mode.
@@ -246,9 +246,9 @@ zig_get_jobs() {
# Package manager option is managed by "zig_src_prepare",
# ebuild and user options are added by "zig_src_configure".
#
-# This function is used by "zig_pkg_setup", and it is neccessary
+# This function is used by "zig_pkg_setup", and it is necessary
# that args are available as early as possible, so that ebuilds
-# could use them in steps like "src_unpack" if neccessary, while
+# could use them in steps like "src_unpack" if necessary, while
# still having verbosity and amount of jobs from user respected.
#
#