[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 08/27] linux-user: spelling fixes: othe, necesary
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 08/27] linux-user: spelling fixes: othe, necesary |
|
Date: |
Thu, 16 Nov 2023 10:44:22 +0300 |
Fixes: e34136d93059 "linux-user/ppc: Add vdso"
Fixes: 86f04735ac20 "linux-user: Fix brk() to release pages"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
linux-user/ppc/vdso.S | 2 +-
linux-user/syscall.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux-user/ppc/vdso.S b/linux-user/ppc/vdso.S
index 689010db13..2e79ea9808 100644
--- a/linux-user/ppc/vdso.S
+++ b/linux-user/ppc/vdso.S
@@ -227,7 +227,7 @@ endf __kernel_sigtramp_rt
#ifndef _ARCH_PPC64
/*
* The non-rt sigreturn has the same layout at a different offset.
- * Move the CFA and leave all othe other descriptions the same.
+ * Move the CFA and leave all the other descriptions the same.
*/
.cfi_def_cfa 1, SIGNAL_FRAMESIZE + offsetof_sigframe_mcontext
nop
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 65ac3ac796..16ca5ea7b6 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -831,7 +831,7 @@ abi_long do_brk(abi_ulong brk_val)
return target_brk;
}
- /* Release heap if necesary */
+ /* Release heap if necessary */
if (new_brk < old_brk) {
target_munmap(new_brk, old_brk - new_brk);
--
2.39.2
- [PULL 00/27] Trivial patches for 2023-11-16, Michael Tokarev, 2023/11/16
- [PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header, Michael Tokarev, 2023/11/16
- [PULL 02/27] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section, Michael Tokarev, 2023/11/16
- [PULL 03/27] tests/data/qobject/qdict.txt: Avoid non-inclusive words, Michael Tokarev, 2023/11/16
- [PULL 04/27] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions, Michael Tokarev, 2023/11/16
- [PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize, Michael Tokarev, 2023/11/16
- [PULL 06/27] qapi/migration.json: spelling: transfering, Michael Tokarev, 2023/11/16
- [PULL 07/27] bsd-user: spelling fixes: necesary, agrument, undocummented, Michael Tokarev, 2023/11/16
- [PULL 08/27] linux-user: spelling fixes: othe, necesary,
Michael Tokarev <=
- [PULL 10/27] gdbstub: spelling fix: respectivelly, Michael Tokarev, 2023/11/16
- [PULL 11/27] docs/about/deprecated.rst: spelling fix: becase, Michael Tokarev, 2023/11/16
- [PULL 09/27] hw/cxl: spelling fixes: limitaions, potentialy, intialized, Michael Tokarev, 2023/11/16
- [PULL 12/27] docs/devel/migration.rst: spelling fixes: doen't, diferent, responsability, recomend, Michael Tokarev, 2023/11/16
- [PULL 13/27] docs/system/arm/emulation.rst: spelling fix: Enhacements, Michael Tokarev, 2023/11/16
- [PULL 15/27] target/hppa: spelling fixes: Indicies, Truely, Michael Tokarev, 2023/11/16
- [PULL 17/27] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage, Michael Tokarev, 2023/11/16
- [PULL 14/27] target/arm/tcg: spelling fixes: alse, addreses, Michael Tokarev, 2023/11/16
- [PULL 16/27] migration/rdma.c: spelling fix: asume, Michael Tokarev, 2023/11/16
- [PULL 19/27] hw/net/cadence_gem.c: spelling fixes: Octects, Michael Tokarev, 2023/11/16