[FE training-materials-updates] android-bootloaders-fastboot: correct a few typos

Alexandre Belloni alexandre.belloni at free-electrons.com
Tue Apr 15 01:59:39 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7a7f3457e5d2c0a87366ee4a14b44bdd18761705

>---------------------------------------------------------------

commit 7a7f3457e5d2c0a87366ee4a14b44bdd18761705
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Tue Apr 15 01:58:30 2014 +0200

    android-bootloaders-fastboot: correct a few typos
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


>---------------------------------------------------------------

7a7f3457e5d2c0a87366ee4a14b44bdd18761705
 .../android-bootloaders-fastboot.tex               |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/android-bootloaders-fastboot/android-bootloaders-fastboot.tex b/slides/android-bootloaders-fastboot/android-bootloaders-fastboot.tex
index 7818bdf..12be400 100644
--- a/slides/android-bootloaders-fastboot/android-bootloaders-fastboot.tex
+++ b/slides/android-bootloaders-fastboot/android-bootloaders-fastboot.tex
@@ -56,12 +56,12 @@
   \frametitle{Major Fastboot Commands}
   \begin{itemize}
   \item You can get all the commands through \code{fastboot -h}
-  \item The more widely used commands are:
+  \item The most widely used commands are:
     \begin{description}
     \item[devices] Lists the fastboot-capable devices
     \item[boot] Downloads a kernel and boots on it
     \item[erase] Erases a given flash partition name
-    \item[flash] Writes a given name to a given flash partition
+    \item[flash] Writes a given file to a given flash partition
     \item[getvar] Retrieves a variable from the bootloader
     \item[continue] Goes on with a regular boot
     \end{description}



More information about the training-materials-updates mailing list