diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-09-02 01:35:58 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-09-03 23:10:38 -0400 |
| commit | b7bfe04b2d003d08f6ac450f41d7f221cb87f129 (patch) | |
| tree | 0bb355348f8f89601ad778d494f22e5f004912da /src/liblibc/lib.rs | |
| parent | d59d97cbec6807166bc237d6f3f9bd1eeb5288d7 (diff) | |
| download | rust-b7bfe04b2d003d08f6ac450f41d7f221cb87f129.tar.gz rust-b7bfe04b2d003d08f6ac450f41d7f221cb87f129.zip | |
Fix spelling errors and capitalization.
Diffstat (limited to 'src/liblibc/lib.rs')
| -rw-r--r-- | src/liblibc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index 52e5de24931..c64bfb93af3 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -65,7 +65,7 @@ * definitions common-to-all (held in modules named c95, c99, posix88, posix01 * and posix08) and definitions that appear only on *some* platforms (named * 'extra'). This would be things like significant OSX foundation kit, or Windows -* library kernel32.dll, or various fancy glibc, linux or BSD extensions. +* library kernel32.dll, or various fancy glibc, Linux or BSD extensions. * * In addition to the per-platform 'extra' modules, we define a module of * 'common BSD' libc routines that never quite made it into POSIX but show up |
