]> git.lizzy.rs Git - rust.git/commit
copy_nonoverlapping example: Fixed typo
authorPer Lundberg <per.lundberg@ecraft.com>
Fri, 2 Feb 2018 20:44:14 +0000 (22:44 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2018 20:44:14 +0000 (22:44 +0200)
commit321e429b9f9318dccd93f0bb637be3a6c926daef
treee4ed047afc75e21b742709f17beb2a515f0b13e1
parent616b66dca25a67321b1654e5a65acc6337d63cf4
copy_nonoverlapping example: Fixed typo

The comment referred to a variable using an incorrect name. (it has probably been renamed since the comment was written, or the comment was copied elsewhere - I noted the example in libcore has the `tmp` name for the temporary variable.)
src/libcore/intrinsics.rs