All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/rangeset: fix typo in comment
@ 2025-07-28 12:50 Frediano Ziglio
  2025-07-28 15:25 ` Roger Pau Monné
  0 siblings, 1 reply; 4+ messages in thread
From: Frediano Ziglio @ 2025-07-28 12:50 UTC (permalink / raw)
  To: xen-devel
  Cc: Frediano Ziglio, Andrew Cooper, Anthony PERARD, Michal Orzel,
	Jan Beulich, Julien Grall, Roger Pau Monné,
	Stefano Stabellini

Fixes: fc41b5c1fdbe ("Extend the range abstraction"...)
Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
---
 xen/common/rangeset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/common/rangeset.c b/xen/common/rangeset.c
index b9e8912fb1..0e3b9acd35 100644
--- a/xen/common/rangeset.c
+++ b/xen/common/rangeset.c
@@ -38,7 +38,7 @@ struct rangeset {
 };
 
 /*****************************
- * Private range functions hide the underlying linked-list implemnetation.
+ * Private range functions hide the underlying linked-list implementation.
  */
 
 /* Find highest range lower than or containing s. NULL if no such range. */
-- 
2.43.0



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

end of thread, other threads:[~2025-07-29 11:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 12:50 [PATCH] xen/rangeset: fix typo in comment Frediano Ziglio
2025-07-28 15:25 ` Roger Pau Monné
2025-07-29  9:34   ` Jan Beulich
2025-07-29 11:07     ` Frediano Ziglio

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.