about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-01-03 02:21:00 +0000
committerbors <bors@rust-lang.org>2017-01-03 02:21:00 +0000
commit1659d65e0323707646854d6993da31690f855f0e (patch)
tree78ccfeca85100d58da00e2f7ee0474c279e9b8ac /src/libstd/sys
parentd3a2efa14b5da1fb11eb25496232bb164238d3c2 (diff)
parent8ffc3e779020808e2437389e0aa559d9b028b061 (diff)
downloadrust-1659d65e0323707646854d6993da31690f855f0e.tar.gz
rust-1659d65e0323707646854d6993da31690f855f0e.zip
Auto merge of #38782 - clarcharr:stupid, r=GuillaumeGomez
Reword 'stupid' and 'crazy' in docs.

These terms are not very descriptive and are better reworded as something else.
Diffstat (limited to 'src/libstd/sys')
-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:
 //