diff options
author | seigot <s.takada.3o3@gmail.com> | 2021-04-30 18:08:17 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-04-30 16:40:53 +0000 |
commit | f3cf2abb8e29a977cd54dae8caf41cd94b78dd10 (patch) | |
tree | 46f7c786ffdaaa0b7e5c54d21660622787cc5841 | |
parent | 8bf3c50ab7eb48f8db63ea41d6a12e32f3633dee (diff) |
fix mis-spelling in markdown filekoi_11.0.3koi_11.0.2koi/11.0.3koi/11.0.211.0.311.0.2
fix mis-spelling "mesauring" to "measuring".
Bug-AGL: SPEC-3507
Signed-off-by: seigot <s.takada.3o3@gmail.com>
Change-Id: I39fd6fe96715eb8e9c77e4d2ab9d0878c4379065
(cherry picked from commit 193f763742b172b1b8b697a9ee5441406873955d)
-rw-r--r-- | meta-agl-jailhouse/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-jailhouse/README.md b/meta-agl-jailhouse/README.md index c4a32bfd..99fe1607 100644 --- a/meta-agl-jailhouse/README.md +++ b/meta-agl-jailhouse/README.md @@ -14,7 +14,7 @@ Then, in the target system, the cell configurations (*.cell) are placed in `/usr ## Raspberry Pi 4 example -Use this commands to enable Jailhouse and run the GIC demo inmate in a non-root cell. After issuing these commands, the GIC demo will be mesauring jitter of a timer and print the output on the serial console of the RPi. +Use this commands to enable Jailhouse and run the GIC demo inmate in a non-root cell. After issuing these commands, the GIC demo will be measuring jitter of a timer and print the output on the serial console of the RPi. jailhouse enable /usr/share/jailhouse/cells/rpi4.cell jailhouse cell create /usr/share/jailhouse/cells/rpi4-inmate-demo.cell |