Skip to content

Commit

Permalink
Rollup merge of rust-lang#85207 - andrewhalle:typo-rootseparator, r=k…
Browse files Browse the repository at this point in the history
…ennytm

Fix typo in comment

missing space in "rootseparator"
  • Loading branch information
GuillaumeGomez authored May 15, 2021
2 parents a94e23e + 3c06f00 commit 4b90d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ pub struct Components<'a> {
prefix: Option<Prefix<'a>>,

// 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,

Expand Down

0 comments on commit 4b90d82

Please sign in to comment.