Procházet zdrojové kódy

doc: dfu: fix typos in README.dfu

Fix some typos.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
Heinrich Schuchardt před 4 roky
rodič
revize
3547e69b47
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      doc/README.dfu

+ 3 - 3
doc/README.dfu

@@ -48,12 +48,12 @@ Configuration Options:
   CONFIG_CMD_DFU
   CONFIG_CMD_DFU
 
 
 Environment variables:
 Environment variables:
-  the dfu command use 3 environments variables:
+  the dfu command uses 3 environments variables:
   "dfu_alt_info" : the DFU setting for the USB download gadget with a semicolon
   "dfu_alt_info" : the DFU setting for the USB download gadget with a semicolon
                    separated string of information on each alternate:
                    separated string of information on each alternate:
                    dfu_alt_info="<alt1>;<alt2>;....;<altN>"
                    dfu_alt_info="<alt1>;<alt2>;....;<altN>"
 
 
-                   when only several device are used, the format is:
+                   when several devices are used, the format is:
                    - <interface> <dev>'='alternate list (';' separated)
                    - <interface> <dev>'='alternate list (';' separated)
                    - each interface is separated by '&'
                    - each interface is separated by '&'
                 dfu_alt_info=\
                 dfu_alt_info=\
@@ -63,7 +63,7 @@ Environment variables:
                    "<interfaceI> <devI>=<altY+1>;....;<altZ>&"
                    "<interfaceI> <devI>=<altY+1>;....;<altZ>&"
 
 
   "dfu_bufsiz" : size of the DFU buffer, when absent, use
   "dfu_bufsiz" : size of the DFU buffer, when absent, use
-                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8MiB by default)
+                 CONFIG_SYS_DFU_DATA_BUF_SIZE (8 MiB by default)
 
 
   "dfu_hash_algo" : name of the hash algorithm to use
   "dfu_hash_algo" : name of the hash algorithm to use