From 08278946a969ed42c6235bc051c5583b399c544a Mon Sep 17 00:00:00 2001 From: Nasser Afshin Date: Tue, 15 Jun 2021 22:19:31 +0430 Subject: [PATCH] Flash filesystems: Fix a typo Remove a redundant verb. Signed-off-by: Nasser Afshin Reviewed-by: Michael Opdenacker --- slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex index 0b7cdeb18..77913fa24 100644 --- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex +++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex @@ -841,7 +841,7 @@ \section{Flash storage and filesystems} \begin{itemize} \item \code{ubiformat} and \code{ubinfo} are not implemented yet \item \code{ubirsvol} doesn't support \code{-N }. You have - to use specify the volume to resize by its id (\code{-n num}):\\ + to specify the volume to resize by its id (\code{-n num}):\\ \code{ubirsvol /dev/ubi0 -n 4 -s 64 MiB} \end{itemize} \end{frame}