diff options
| author | Cristi Cobzarenco <cristi.cobzarenco@gmail.com> | 2015-10-07 23:11:25 +0100 |
|---|---|---|
| committer | Cristi Cobzarenco <cristi.cobzarenco@gmail.com> | 2015-10-08 19:49:31 +0100 |
| commit | 4b308b44e1d8204702f6912dda4dfc404aa2a87d (patch) | |
| tree | 81656e777de1d1de896739e318645bca7317e391 /src/test/run-fail | |
| parent | 95285c496f58a326eace11bddb25a7ce7adcfe44 (diff) | |
typos: fix a grabbag of typos all over the place
Diffstat (limited to 'src/test/run-fail')
| -rw-r--r-- | src/test/run-fail/issue-18576.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-fail/issue-18576.rs b/src/test/run-fail/issue-18576.rs index 0b82a0d8d83..e326949458e 100644 --- a/src/test/run-fail/issue-18576.rs +++ b/src/test/run-fail/issue-18576.rs @@ -11,7 +11,7 @@ // error-pattern:stop // #18576 -// Make sure that an calling extern function pointer in an unreachable +// Make sure that calling an extern function pointer in an unreachable // context doesn't cause an LLVM assertion #[allow(unreachable_code)] |
