From 7ee41643629c4bfabccf5970ff4dec412c03a78a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:56:56 -0500 Subject: [PATCH] spelling: leaving Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/test_pfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/test_pfs.c b/tests/fw/services/test_pfs.c index 1b6221a5..1ce46dc4 100644 --- a/tests/fw/services/test_pfs.c +++ b/tests/fw/services/test_pfs.c @@ -671,7 +671,7 @@ void test_pfs__migration(void) { pfs_init(true); ftl_force_version(1); - // simulate a migration by leaving leaving files in various states + // simulate a migration by leaving files in various states // in the first region. Then try to add another region and confirm // none of the files have been corrupted char file_small[10];