[bootlin/training-materials updates] master: Fix parenthesis mismatch (7e498e25)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Oct 14 17:32:37 CEST 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/7e498e25d930e1b2b34edaf0502af050a783e4ea

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

commit 7e498e25d930e1b2b34edaf0502af050a783e4ea
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Oct 14 17:32:37 2019 +0200

    Fix parenthesis mismatch
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Thomas Antonini <antonini.thomas at gmail.com>


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

7e498e25d930e1b2b34edaf0502af050a783e4ea
 labs/sysdev-u-boot/sysdev-u-boot.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index d39f4076..57b09cff 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -243,7 +243,7 @@ size of \code{524288} bytes. Is \code{u-boot.bin} bigger than this
 maximum?
 
 The first offset is what AT91Bootstrap expects
-(though it can be changed in AT91Bootstrap's configuration.
+(though it can be changed in AT91Bootstrap's configuration).
 The second one, corresponding to where U-Boot stores its environment
 settings, is board dependent but apparently cannot be changed
 through \code{make menuconfig}. 




More information about the training-materials-updates mailing list