[PATCH][next] bcachefs: Fix spelling mistake "strcuct" -> "struct"

From: Colin Ian King
Date: Thu Oct 19 2023 - 03:55:03 EST


There is a spelling mistake in an unsafe_memcpy message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
fs/bcachefs/buckets.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/bcachefs/buckets.c b/fs/bcachefs/buckets.c
index a1a4b5feadaa..9e93de2670d5 100644
--- a/fs/bcachefs/buckets.c
+++ b/fs/bcachefs/buckets.c
@@ -475,7 +475,7 @@ static inline int update_replicas_list(struct btree_trans *trans,
n->delta = sectors;
unsafe_memcpy((void *) n + offsetof(struct replicas_delta, r),
r, replicas_entry_bytes(r),
- "flexible array member embedded in strcuct with padding");
+ "flexible array member embedded in struct with padding");
bch2_replicas_entry_sort(&n->r);
d->used += b;
return 0;
--
2.39.2