File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: abdacecdf86b4b5a4f432560445a24e1c5f4751b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 24468278fd0b6c09d3b105dd2dfc56e7066b961b
4
+ refs/heads/snap-stage3: 1c4a9b98b9ac7afebe88db13c028f645c5f0b922
5
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 17
17
//!
18
18
//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are
19
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.
20
+ //! calls to these functions . Their signatures are the same as found in C.
21
21
//! These functions are often provided by the system libc, but can also be
22
22
//! provided by `librlibc` which is distributed with the standard rust
23
23
//! distribution.
You can’t perform that action at this time.
0 commit comments