From 75a9bc69335aca26b55bb6875262ebd4d74f37a9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 24 Feb 2023 01:23:34 +0100 Subject: typo --- community/gsoc/project_ideas/rust.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/gsoc/project_ideas/rust.mdwn') 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 -- cgit v1.2.3