From b7bfe04b2d003d08f6ac450f41d7f221cb87f129 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Tue, 2 Sep 2014 01:35:58 -0400 Subject: Fix spelling errors and capitalization. --- src/libstd/rt/backtrace.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/backtrace.rs b/src/libstd/rt/backtrace.rs index cf99efd24e6..c28b6c144a2 100644 --- a/src/libstd/rt/backtrace.rs +++ b/src/libstd/rt/backtrace.rs @@ -138,7 +138,7 @@ fn demangle(writer: &mut Writer, s: &str) -> IoResult<()> { "$RP$" => ")", "$C$" => ",", - // in theory we can demangle any unicode code point, but + // in theory we can demangle any Unicode code point, but // for simplicity we just catch the common ones. "$x20" => " ", "$x27" => "'", @@ -461,7 +461,7 @@ mod imp { // // An additionally oddity in this function is that we initialize the // filename via self_exe_name() to pass to libbacktrace. It turns out - // that on linux libbacktrace seamlessly gets the filename of the + // that on Linux libbacktrace seamlessly gets the filename of the // current executable, but this fails on freebsd. by always providing // it, we make sure that libbacktrace never has a reason to not look up // the symbols. The libbacktrace API also states that the filename must @@ -631,7 +631,7 @@ mod imp { (val & !1) as libc::uintptr_t } - // This function also doesn't exist on android or arm/linux, so make it + // This function also doesn't exist on Android or ARM/Linux, so make it // a no-op #[cfg(target_os = "android")] #[cfg(target_os = "linux", target_arch = "arm")] -- cgit 1.4.1-3-g733a5