Rollup merge of #85207 - andrewhalle:typo-rootseparator, r=kennytm

Fix typo in comment

missing space in "rootseparator"
This commit is contained in:
Guillaume Gomez 2021-05-15 13:29:48 +02:00 committed by GitHub
commit c4f81c12ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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