diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-24 01:23:34 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-24 01:23:34 +0100 |
commit | 75a9bc69335aca26b55bb6875262ebd4d74f37a9 (patch) | |
tree | bfda534f089764eaa8696af9da940862152c39b8 | |
parent | 55570296ef72dca57d46353e4746284047d9cf15 (diff) |
typo
-rw-r--r-- | community/gsoc/project_ideas/rust.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/rust.mdwn b/community/gsoc/project_ideas/rust.mdwn index f2e54619..868a7afd 100644 --- a/community/gsoc/project_ideas/rust.mdwn +++ b/community/gsoc/project_ideas/rust.mdwn @@ -25,7 +25,7 @@ The Rust compiler itself is quite portable, but its runtime library, libstd, needs to be ported to the GNU/Hurd system. This essentially consists in telling Rust how the standard C library functions can be called. -And example of the main part of such port can be seen for the [VxWorks +An example of the main part of such port can be seen for the [VxWorks port](https://github.com/rust-lang/libc/blob/master/src/vxworks/mod.rs) The bulk of such a file can be mostly generated from the libc C |