Skip to content

Commit 44fcf46

Browse files
committed
auto merge of #14292 : limeburst/rust/master, r=alexcrichton
2 parents e8c579e + 564b925 commit 44fcf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//!
1818
//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are
1919
//! often generated by LLVM. Additionally, this library can make explicit
20-
//! calls to these funcitons. Their signatures are the same as found in C.
20+
//! calls to these functions. Their signatures are the same as found in C.
2121
//! These functions are often provided by the system libc, but can also be
2222
//! provided by `librlibc` which is distributed with the standard rust
2323
//! distribution.

0 commit comments

Comments
 (0)