about summary refs log tree commit diff
path: root/src/libstd/path
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/path')
-rw-r--r--src/libstd/path/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs
index 253d99c11eb..41365280e13 100644
--- a/src/libstd/path/mod.rs
+++ b/src/libstd/path/mod.rs
@@ -120,11 +120,11 @@ pub use RevStrComponents = self::windows::RevStrComponents;
 /// Alias for the platform-native separator character.
 #[cfg(unix)]
 pub use SEP = self::posix::SEP;
-/// Alias for the platform-native separator byte.
+/// Alias for the platform-native separator character.
 #[cfg(windows)]
 pub use SEP = self::windows::SEP;
 
-/// Alias for the platform-native separator character.
+/// Alias for the platform-native separator byte.
 #[cfg(unix)]
 pub use SEP_BYTE = self::posix::SEP_BYTE;
 /// Alias for the platform-native separator byte.