diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:45:35 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:45:35 (EST) |
commit | e01ec6ef23359922e64a14d8b25e33562b6709ab (patch) | |
tree | 0dc2864622e249e604c39c50509829c2b2e9bc03 | |
parent | f77eb8b5cc09beb7c89ca70241fe7be3bcdd8fe3 (diff) | |
download | libreboot-e01ec6ef23359922e64a14d8b25e33562b6709ab.zip libreboot-e01ec6ef23359922e64a14d8b25e33562b6709ab.tar.gz libreboot-e01ec6ef23359922e64a14d8b25e33562b6709ab.tar.bz2 |
macbook21_firstflash: fix typo
-rwxr-xr-x | macbook21_firstflash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macbook21_firstflash b/macbook21_firstflash index 507bb73..1b31401 100755 --- a/macbook21_firstflash +++ b/macbook21_firstflash @@ -1,6 +1,6 @@ #!/bin/bash -# flash script: uses flashrom to flash a new libreboot ROM image onto your machine +# macbook21_firstflash script: initial flashing script for MacBook2,1 # # Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # |