about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-08-11 01:13:15 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-08-11 01:13:15 +0200
commit9f597fe7eff6feb80afbbc1e8040ae503c6a6d43 (patch)
treeab87a7b329fa50b31d2d7e425a8e8c0e1f4174ff /src/libstd
parent8856927f649d9ce80ff52377ac2389a2798a7033 (diff)
downloadrust-9f597fe7eff6feb80afbbc1e8040ae503c6a6d43.tar.gz
rust-9f597fe7eff6feb80afbbc1e8040ae503c6a6d43.zip
doc: remove an unneeded distinction
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs
index a903452d540..3c6748a804a 100644
--- a/src/libstd/fs.rs
+++ b/src/libstd/fs.rs
@@ -748,7 +748,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
     fn as_inner(&self) -> &fs_imp::DirEntry { &self.0 }
 }
 
-/// Removes a file from the underlying filesystem.
+/// Removes a file from the filesystem.
 ///
 /// Note that, just because an unlink call was successful, it is not
 /// guaranteed that a file is immediately deleted (e.g. depending on