about summary refs log tree commit diff
path: root/src/libstd/sys/windows
diff options
context:
space:
mode:
authorClar Charr <clar@charr.xyz>2017-01-02 15:47:00 -0500
committerClar Charr <clar@charr.xyz>2017-01-02 16:29:19 -0500
commit8ffc3e779020808e2437389e0aa559d9b028b061 (patch)
tree4be7571406abfaf672f884cd318b0b25e68a0bb6 /src/libstd/sys/windows
parentdf61658c8afc8b24800f5437e0000a99d04ea2b0 (diff)
downloadrust-8ffc3e779020808e2437389e0aa559d9b028b061.tar.gz
rust-8ffc3e779020808e2437389e0aa559d9b028b061.zip
Reword 'stupid' and 'crazy' in docs.
Diffstat (limited to 'src/libstd/sys/windows')
-rw-r--r--src/libstd/sys/windows/thread_local.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/thread_local.rs b/src/libstd/sys/windows/thread_local.rs
index 5d3084094fb..597f05622a5 100644
--- a/src/libstd/sys/windows/thread_local.rs
+++ b/src/libstd/sys/windows/thread_local.rs
@@ -207,7 +207,7 @@ unsafe fn unregister_dtor(key: Key) -> bool {
 // loop to basically match Unix semantics. If we don't reach a fixed point
 // after a short while then we just inevitably leak something most likely.
 //
-// # The article mentions crazy stuff about "/INCLUDE"?
+// # The article mentions weird stuff about "/INCLUDE"?
 //
 // It sure does! Specifically we're talking about this quote:
 //