[bootlin/training-materials updates] master: debugging: labs: fix typos (9a9717b0)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Mar 21 22:26:25 CET 2023


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

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

commit 9a9717b01824c79464333ce2ea1c71e16ee0f38b
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Mar 21 22:12:00 2023 +0100

    debugging: labs: fix typos
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

9a9717b01824c79464333ce2ea1c71e16ee0f38b
 labs/debugging-system-status/debugging-system-status.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-system-status/debugging-system-status.tex b/labs/debugging-system-status/debugging-system-status.tex
index f5e26bb1..3e7209ec 100644
--- a/labs/debugging-system-status/debugging-system-status.tex
+++ b/labs/debugging-system-status/debugging-system-status.tex
@@ -25,10 +25,10 @@ presented during the course:
   \item What is the amount of memory available for applications on the system ?
   \item How much unused memory is left on our system ?
   \item Is there swapped memory ?
-  \item Is there an application using to much CPU ?
+  \item Is there an application using too much CPU ?
   \item How much time is spent by CPU0 in system mode (kernel) ?
   \item Is there some IOs ongoing with storage devices ?
-  \item How much Mbytes/s are transferred to the MMC card ?
+  \item How many Mbytes/s are transferred from/to the MMC card ?
   \item What is the process generating transfers to the MMC ?
   \item Which processor receive most of the interrupts ?
   \item How many interrupts were received from the MMC controller ?




More information about the training-materials-updates mailing list