diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/sys/windows/thread_local.rs | 2 |
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: // |
