about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/env.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs
index b81b2a71ad6..a63c90c4a91 100644
--- a/src/libstd/env.rs
+++ b/src/libstd/env.rs
@@ -326,7 +326,7 @@ fn _remove_var(k: &OsStr) {
     })
 }
 
-/// An iterator over `Path` instances for parsing an environment variable
+/// An iterator over `PathBuf` instances for parsing an environment variable
 /// according to platform-specific conventions.
 ///
 /// This structure is returned from `std::env::split_paths`.