All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/)
@ 2026-05-20  6:44 J. Neuschäfer
  2026-05-20  7:54 ` Daniel P. Berrangé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: J. Neuschäfer @ 2026-05-20  6:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Daniel P. Berrangé, Markus Armbruster,
	Philippe Mathieu-Daudé, Pierrick Bouvier, J. Neuschäfer

In the discussion of control flow through a function, "exit paths" were meant.

Signed-off-by: J. Neuschäfer <j.neuschaefer@9elements.com>
---
 docs/devel/style.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/devel/style.rst b/docs/devel/style.rst
index b8edcf9316f059fe15415543098118b28fcaf99c..f4da16a0e83ca6fed205e2516fff4ac2cc941d04 100644
--- a/docs/devel/style.rst
+++ b/docs/devel/style.rst
@@ -469,7 +469,7 @@ for a time/space trade-off like ``tlb_mmu_resize_locked`` in the
 SoftMMU TLB code.
 
 If the lifetime of the allocation is within the function and there are
-multiple exist paths you can also improve the readability of the code
+multiple exit paths you can also improve the readability of the code
 by using ``g_autofree`` and related annotations. See :ref:`autofree-ref`
 for more details.
 

---
base-commit: 6d17fd91f6cf88df5cb2205e578640d72605cc43
change-id: 20260520-exist-b23e143e9bfe

Best regards,
-- 
J. Neuschäfer <j.neuschaefer@9elements.com>



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-25 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20  6:44 [PATCH] docs/devel: Fix typo (s/exist paths/exit paths/) J. Neuschäfer
2026-05-20  7:54 ` Daniel P. Berrangé
2026-05-20 12:14 ` Markus Armbruster
2026-05-22 18:06 ` Pierrick Bouvier
2026-05-25 15:23 ` Pierrick Bouvier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.