From c2c99463720e758d5aa0bdcea19dc5b3dd67292c Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Mon, 9 Jun 2014 00:00:52 -0400 Subject: Fix more misspelled comments and strings. --- src/liblibc/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/liblibc') diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index b833b2a6515..ff87b7fb007 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -291,7 +291,7 @@ pub use types::os::arch::extra::{mach_timebase_info}; extern {} /// A wrapper for a nullable pointer. Don't use this except for interacting -/// with libc. Basically Option, but without the dependance on libstd. +/// with libc. Basically Option, but without the dependence on libstd. // If/when libprim happens, this can be removed in favor of that pub enum Nullable { Null, @@ -3497,7 +3497,7 @@ pub mod consts { pub mod funcs { - // Thankfull most of c95 is universally available and does not vary by OS + // Thankfully most of c95 is universally available and does not vary by OS // or anything. The same is not true of POSIX. pub mod c95 { -- cgit 1.4.1-3-g733a5