summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/valgrind.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-02-26 20:13:52 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-02-26 20:13:52 +0100
commit4b1317d9ab1a9ee409634de0962c964b8d801ba0 (patch)
treeac0fe0f7a686571533bef3450c267781895a6ba1 /community/gsoc/project_ideas/valgrind.mdwn
parentc73e48c85d76a6b61a9fe7ddb7a98038a342a1c8 (diff)
parentc954f1095918874c73511ffc13f95eef518a8043 (diff)
Merge commit 'c954f1095918874c73511ffc13f95eef518a8043'
Conflicts: community/meetings.mdwn
Diffstat (limited to 'community/gsoc/project_ideas/valgrind.mdwn')
-rw-r--r--community/gsoc/project_ideas/valgrind.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gsoc/project_ideas/valgrind.mdwn b/community/gsoc/project_ideas/valgrind.mdwn
index 6663eec2..37da7385 100644
--- a/community/gsoc/project_ideas/valgrind.mdwn
+++ b/community/gsoc/project_ideas/valgrind.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2009, 2010, 2011, 2013 Free Software Foundation,
-Inc."]]
+[[!meta copyright="Copyright © 2009, 2010, 2011, 2013, 2014 Free Software
+Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -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,