We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8c579e + 564b925 commit 44fcf46Copy full SHA for 44fcf46
src/libcore/lib.rs
@@ -17,7 +17,7 @@
17
//!
18
//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are
19
//! often generated by LLVM. Additionally, this library can make explicit
20
-//! calls to these funcitons. Their signatures are the same as found in C.
+//! calls to these functions. Their signatures are the same as found in C.
21
//! These functions are often provided by the system libc, but can also be
22
//! provided by `librlibc` which is distributed with the standard rust
23
//! distribution.
0 commit comments