From 3c06f009854cab9ca8fda48f353c4e8750d51faf Mon Sep 17 00:00:00 2001 From: Andrew Halle Date: Tue, 11 May 2021 18:13:01 -0700 Subject: [PATCH] Fix typo in comment missing space in "rootseparator" --- library/std/src/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/path.rs b/library/std/src/path.rs index ed0987064e8..cbe14767bd3 100644 --- a/library/std/src/path.rs +++ b/library/std/src/path.rs @@ -569,7 +569,7 @@ pub struct Components<'a> { prefix: Option>, // true if path *physically* has a root separator; for most Windows - // prefixes, it may have a "logical" rootseparator for the purposes of + // prefixes, it may have a "logical" root separator for the purposes of // normalization, e.g., \\server\share == \\server\share\. has_physical_root: bool, -- 2.44.0