From d16f553ad0cfcdc630c78654f4429c3bdc56818d Mon Sep 17 00:00:00 2001 From: James MacMahon Date: Fri, 28 Jun 2024 14:26:39 -0400 Subject: [PATCH] Update nexus/src/app/crucible.rs Co-authored-by: Sean Klein --- nexus/src/app/crucible.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/src/app/crucible.rs b/nexus/src/app/crucible.rs index 28c87c87dc..caa65255e5 100644 --- a/nexus/src/app/crucible.rs +++ b/nexus/src/app/crucible.rs @@ -126,7 +126,7 @@ impl super::Nexus { .await?; // Return the address with the port that was just recorded - guard again - // against the cast where the region record could have been concurrently + // against the case where the region record could have been concurrently // deleted match self.datastore().region_addr(region_id).await { Ok(Some(addr)) => Ok(addr),