summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-ffi-compat.rs
diff options
context:
space:
mode:
authorJoseph Crail <jbcrail@gmail.com>2014-09-02 01:35:58 -0400
committerJoseph Crail <jbcrail@gmail.com>2014-09-03 23:10:38 -0400
commitb7bfe04b2d003d08f6ac450f41d7f221cb87f129 (patch)
tree0bb355348f8f89601ad778d494f22e5f004912da /src/test/run-pass/nullable-pointer-ffi-compat.rs
parentd59d97cbec6807166bc237d6f3f9bd1eeb5288d7 (diff)
downloadrust-b7bfe04b2d003d08f6ac450f41d7f221cb87f129.tar.gz
rust-b7bfe04b2d003d08f6ac450f41d7f221cb87f129.zip
Fix spelling errors and capitalization.
Diffstat (limited to 'src/test/run-pass/nullable-pointer-ffi-compat.rs')
-rw-r--r--src/test/run-pass/nullable-pointer-ffi-compat.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/nullable-pointer-ffi-compat.rs b/src/test/run-pass/nullable-pointer-ffi-compat.rs
index 548a16bd120..b5c541b0c63 100644
--- a/src/test/run-pass/nullable-pointer-ffi-compat.rs
+++ b/src/test/run-pass/nullable-pointer-ffi-compat.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // #11303, #11040:
-// This would previously crash on i686 linux due to abi differences
+// This would previously crash on i686 Linux due to abi differences
 // between returning an Option<T> and T, where T is a non nullable
 // pointer.
 // If we have an enum with two variants such that one is zero sized