about summary refs log tree commit diff
path: root/src/libstd/sys/common/stack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/common/stack.rs')
-rw-r--r--src/libstd/sys/common/stack.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/common/stack.rs b/src/libstd/sys/common/stack.rs
index 0ab987273dc..41c8ac4aed3 100644
--- a/src/libstd/sys/common/stack.rs
+++ b/src/libstd/sys/common/stack.rs
@@ -293,7 +293,7 @@ pub unsafe fn get_sp_limit() -> usize {
     // powerpc - FIXME(POWERPC): missing...
     // arm-ios - no segmented stacks.
     // openbsd/bitrig/netbsd - no segmented stacks.
-    // x86-freebsd - no segmented stacks. 
+    // x86-freebsd - no segmented stacks..
     //
     // This function might be called by runtime though
     // so it is unsafe to unreachable, let's return a fixed constant.