diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-03-24 14:53:49 +0000 |
|---|---|---|
| committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-03-26 13:04:58 +0000 |
| commit | 2933d0f5f5d17551b292cdafb8315cf2876e64a7 (patch) | |
| tree | 5dd619f5d962e3a45d6b0f52c98e79baa8306b5c /scripts/package-build/linux-kernel/build-kernel.sh | |
| parent | b91b896d8028d4be878d653a5620c66549fadba5 (diff) | |
| download | vyos-build-2933d0f5f5d17551b292cdafb8315cf2876e64a7.tar.gz vyos-build-2933d0f5f5d17551b292cdafb8315cf2876e64a7.zip | |
T8410: Fix typos and mistakes in scripts and comments
Fix typos and mistakes in the comments
No functional changes
Diffstat (limited to 'scripts/package-build/linux-kernel/build-kernel.sh')
| -rwxr-xr-x | scripts/package-build/linux-kernel/build-kernel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/linux-kernel/build-kernel.sh b/scripts/package-build/linux-kernel/build-kernel.sh index cae3d8db..a0364897 100755 --- a/scripts/package-build/linux-kernel/build-kernel.sh +++ b/scripts/package-build/linux-kernel/build-kernel.sh @@ -44,7 +44,7 @@ do done # VyOS requires some small Kernel Patches - apply them here -# It's easier to habe them here and make use of the upstream +# It's easier to have them here and make use of the upstream # repository instead of maintaining a full Kernel Fork. # Saving time/resources is essential :-) PATCH_DIR=${CWD}/patches/kernel |
