summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-01-14 22:38:41 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-01-14 22:38:41 +0100
commit6b391007119e6755cb15a98bf6d63e2eeff7a687 (patch)
treecd3ff9668f8c5834e5dee2ff5336f2259b6277a9
parent6565b4adcb91d54268d66b8816baf7c96f30bfbf (diff)
Note that it's a difficult task
-rw-r--r--community/gsoc/project_ideas/valgrind.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoc/project_ideas/valgrind.mdwn b/community/gsoc/project_ideas/valgrind.mdwn
index 37da7385..1aad3ce0 100644
--- a/community/gsoc/project_ideas/valgrind.mdwn
+++ b/community/gsoc/project_ideas/valgrind.mdwn
@@ -69,11 +69,11 @@ Ideally, specific handling for RPCs needing it should also be implemented.
Completing this project will require digging into Valgrind's handling of [[system call]]s (in C),
and into Hurd RPCs.
-It is not an easy task, but a fairly predictable one --
+It is really not an easy task, but a fairly predictable one --
there shouldn't be any unexpected difficulties,
and no major design work is necessary.
It doesn't require any specific previous knowledge:
-only good programming skills in general.
+only very good programming skills in general.
On the other hand,
the student will obtain a good understanding of Hurd RPCs while working on this task,
and thus perfect qualifications for Hurd development in general :-)