diff options
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/release/tobuild | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/release/tobuild b/resources/scripts/helpers/build/release/tobuild index c3e8ddcc..7360fb1c 100755 --- a/resources/scripts/helpers/build/release/tobuild +++ b/resources/scripts/helpers/build/release/tobuild @@ -2,7 +2,7 @@ # helper: prepare a small source archive for those utils # that don't easily cross-compile. Then the tarball can be extracted -# on those machines with the target architecture, and compiled. +# on those systems with the target architecture, and compiled. # # Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk> # diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index fd71af51..a44dd455 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -50,8 +50,8 @@ printf "Enabling whitelist for Libiquity Taurinus X200\n" patch "board_enable.c" < "../resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch" # Remove redundant definitions for the flash chips that -# supported libreboot machines use. This removes the need -# for the user to run with the "-c" argument on these machines +# supported libreboot systems use. This removes the need +# for the user to run with the "-c" argument on these systems printf "Patching flashchips.c to remove the redundant entries\n" patch "flashchips.c" < "../resources/flashrom/patch/purged_chips.diff" |