summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/valgrind.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-01-06 02:45:58 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-01-06 02:45:58 +0100
commit80cb880feb7206a6711a8ddc95af89883de96e7d (patch)
tree9e60f4293315549250ee7f80f9b377dc016e2365 /community/gsoc/project_ideas/valgrind.mdwn
parenta09216da89434bc25b8058fddb824955b1a51693 (diff)
mention that valgrind is in C
Diffstat (limited to 'community/gsoc/project_ideas/valgrind.mdwn')
-rw-r--r--community/gsoc/project_ideas/valgrind.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/valgrind.mdwn b/community/gsoc/project_ideas/valgrind.mdwn
index 6663eec2..93731dd7 100644
--- a/community/gsoc/project_ideas/valgrind.mdwn
+++ b/community/gsoc/project_ideas/valgrind.mdwn
@@ -67,7 +67,7 @@ The goal of this task is at minimum to make Valgrind grok Mach traps,
and to implement the generic RPC handler.
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,
+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 --
there shouldn't be any unexpected difficulties,