Skip to content

Commit c4f81c1

Browse files
Rollup merge of #85207 - andrewhalle:typo-rootseparator, r=kennytm
Fix typo in comment missing space in "rootseparator"
2 parents b68d543 + 3c06f00 commit c4f81c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ pub struct Components<'a> {
569569
prefix: Option<Prefix<'a>>,
570570

571571
// true if path *physically* has a root separator; for most Windows
572-
// prefixes, it may have a "logical" rootseparator for the purposes of
572+
// prefixes, it may have a "logical" root separator for the purposes of
573573
// normalization, e.g., \\server\share == \\server\share\.
574574
has_physical_root: bool,
575575

0 commit comments

Comments
 (0)