Rollup merge of #85207 - andrewhalle:typo-rootseparator, r=kennytm
Fix typo in comment missing space in "rootseparator"
This commit is contained in:
commit
c4f81c12ea
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ pub struct Components<'a> {
|
||||||
prefix: Option<Prefix<'a>>,
|
prefix: Option<Prefix<'a>>,
|
||||||
|
|
||||||
// true if path *physically* has a root separator; for most Windows
|
// 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\.
|
// normalization, e.g., \\server\share == \\server\share\.
|
||||||
has_physical_root: bool,
|
has_physical_root: bool,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue