diff options
author | Carl Fredrik Hammar <hammy.lite@gmail.com> | 2010-03-10 16:19:06 +0100 |
---|---|---|
committer | Carl Fredrik Hammar <hammy.lite@gmail.com> | 2010-03-10 16:19:06 +0100 |
commit | 6eb6d5314e303379debbef82921a215ef2b00d98 (patch) | |
tree | 55536b9636dc3ccfaf7829c96940774a13cf49e3 /community/gsoc/project_ideas/language_bindings.mdwn | |
parent | 5a615978181a1b8d85326d8cf3137ed4b0b46bf7 (diff) | |
download | web-6eb6d5314e303379debbef82921a215ef2b00d98.tar.gz web-6eb6d5314e303379debbef82921a215ef2b00d98.tar.bz2 web-6eb6d5314e303379debbef82921a215ef2b00d98.zip |
Fix typos and spelling on GSoC pages
Diffstat (limited to 'community/gsoc/project_ideas/language_bindings.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/language_bindings.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoc/project_ideas/language_bindings.mdwn b/community/gsoc/project_ideas/language_bindings.mdwn index 8b493e19..a27b0d30 100644 --- a/community/gsoc/project_ideas/language_bindings.mdwn +++ b/community/gsoc/project_ideas/language_bindings.mdwn @@ -30,10 +30,10 @@ Several approaches are possible when creating such bindings. One way is simply to provide wrappers to all the available C libraries ([[hurd/libtrivfs]], [[hurd/libnetfs]] etc.). While this is easy (it requires relatively little consideration), it may not be the optimal solution. It is preferable to hook in at a lower level, thus -being able te create interfaces that are specially adapted to make good use of +being able to create interfaces that are specially adapted to make good use of the features available in the respective language. -These more specialised bindings could hook in at some of the lower level +These more specialized bindings could hook in at some of the lower level library interfaces ([[hurd/libports]], [[hurd/glibc]], etc.); use the [[microkernel/mach/MIG]]-provided [[microkernel/mach/RPC]] stubs directly; or even create native stubs directly from the interface definitions. The |