diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-05 22:21:42 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-05 22:21:42 (EST) |
commit | 44ac10c68ded7f7804e72cb17d1c5651913de99d (patch) | |
tree | 281f7a643ddc923fdfab12fa49970fcd0bcbbd4d /resources/scripts/helpers/build/module | |
parent | 8241c45f0d6762729a9f02e41ca04784d210e259 (diff) | |
download | libreboot-44ac10c68ded7f7804e72cb17d1c5651913de99d.zip libreboot-44ac10c68ded7f7804e72cb17d1c5651913de99d.tar.gz libreboot-44ac10c68ded7f7804e72cb17d1c5651913de99d.tar.bz2 |
scripts: say ROM images, not ROM's. ROM's is wrong!
Diffstat (limited to 'resources/scripts/helpers/build/module')
-rwxr-xr-x | resources/scripts/helpers/build/module/bucts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/module/bucts b/resources/scripts/helpers/build/module/bucts index c142c76..e011484 100755 --- a/resources/scripts/helpers/build/module/bucts +++ b/resources/scripts/helpers/build/module/bucts @@ -25,7 +25,7 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e -# Build BUC.TS utility (needed for flashing ROM's on X60/T60 while Lenovo BIOS is running) +# Build BUC.TS utility (needed for flashing ROM images on X60/T60 while Lenovo BIOS is running) # -------------------------------------------------------------------- printf "Building bucts\n" |