1
Fork 0

Remove various double spaces in source comments.

This commit is contained in:
André Vennberg 2023-01-14 16:33:11 +01:00
parent 44a500c8c1
commit 0b35f448f8
32 changed files with 66 additions and 66 deletions

View file

@ -607,7 +607,7 @@ pub struct Components<'a> {
// true if path *physically* has a root separator; for most Windows
// 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,
// The iterator is double-ended, and these two states keep track of what has