zig.eclass: fix typos

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-06-11 02:47:46 +01:00
parent d691154517
commit 6d83bd7e35
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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.
#
#