about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-08-17 13:23:20 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-08-17 13:23:20 -0700
commit4b5f330c706e115ce75667a650e7c15c429d3a20 (patch)
tree80bedaa7a3cfc5a41827c96717ef73d25bb297f6 /src/libstd/sys
parent63477fdeceead5683dfa197c5450ffe1bee3ab04 (diff)
parent59ccba995de202fb9d9a8d795d2770fb2d199db0 (diff)
downloadrust-4b5f330c706e115ce75667a650e7c15c429d3a20.tar.gz
rust-4b5f330c706e115ce75667a650e7c15c429d3a20.zip
Merge remote-tracking branch 'origin/master' into gen
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/redox/args.rs2
-rw-r--r--src/libstd/sys/unix/args.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/sys/redox/args.rs b/src/libstd/sys/redox/args.rs
index 6e44ad705fe..59ae2a74a6d 100644
--- a/src/libstd/sys/redox/args.rs
+++ b/src/libstd/sys/redox/args.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Global initialization and retreival of command line arguments.
+//! Global initialization and retrieval of command line arguments.
 //!
 //! On some platforms these are stored during runtime startup,
 //! and on some they are retrieved from the system on demand.
diff --git a/src/libstd/sys/unix/args.rs b/src/libstd/sys/unix/args.rs
index bbdcb5d3616..810d2d40c05 100644
--- a/src/libstd/sys/unix/args.rs
+++ b/src/libstd/sys/unix/args.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Global initialization and retreival of command line arguments.
+//! Global initialization and retrieval of command line arguments.
 //!
 //! On some platforms these are stored during runtime startup,
 //! and on some they are retrieved from the system on demand.