mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Rollup merge of #85207 - andrewhalle:typo-rootseparator, r=kennytm
Fix typo in comment missing space in "rootseparator"
This commit is contained in:
commit
c4f81c12ea
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user