[PATCH] drbd: fix "seperate"->"separate"
Xichao Zhao
zhao.xichao at vivo.com
Tue Sep 2 09:12:29 CEST 2025
Trivial fix to spelling mistake in comment text.
Signed-off-by: Xichao Zhao <zhao.xichao at vivo.com>
---
drivers/block/drbd/drbd_state.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/drbd/drbd_state.c b/drivers/block/drbd/drbd_state.c
index c2b6c4d9729d..3a90c42fe791 100644
--- a/drivers/block/drbd/drbd_state.c
+++ b/drivers/block/drbd/drbd_state.c
@@ -1339,7 +1339,7 @@ _drbd_set_state(struct drbd_device *device, union drbd_state ns,
remember_new_state(state_change);
- /* put replicated vs not-replicated requests in seperate epochs */
+ /* put replicated vs not-replicated requests in separate epochs */
if (drbd_should_do_remote((union drbd_dev_state)os.i) !=
drbd_should_do_remote((union drbd_dev_state)ns.i))
start_new_tl_epoch(connection);
--
2.34.1
More information about the drbd-dev
mailing list