about summary refs log tree commit diff
path: root/src/libstd/path
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-06-08 12:51:51 -0700
committerbors <bors@rust-lang.org>2014-06-08 12:51:51 -0700
commite688d0e846e4fc24ab032b2c301fa355235c108a (patch)
treeed6522d5f7ea5436c9fdd32cd9d6bb6c75c52e3f /src/libstd/path
parent8dcbdaaeb79c69cc3ba6efb68650c89ca47969e4 (diff)
parent45e56eccbed3161dd9de547c6c2dcf618114a484 (diff)
downloadrust-e688d0e846e4fc24ab032b2c301fa355235c108a.tar.gz
rust-e688d0e846e4fc24ab032b2c301fa355235c108a.zip
auto merge of #14751 : jbcrail/rust/fix-comments, r=alexcrichton
Diffstat (limited to 'src/libstd/path')
-rw-r--r--src/libstd/path/windows.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs
index e53842ecd8f..9bb137edb82 100644
--- a/src/libstd/path/windows.rs
+++ b/src/libstd/path/windows.rs
@@ -186,7 +186,7 @@ impl GenericPathUnsafe for Path {
         ret
     }
 
-    /// See `GenericPathUnsafe::set_filename_unchecekd`.
+    /// See `GenericPathUnsafe::set_filename_unchecked`.
     ///
     /// # Failure
     ///