[www] r261834 - Correct a couple typos.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 23:33:00 PST 2016


Author: tbrethou
Date: Thu Feb 25 01:33:00 2016
New Revision: 261834

URL: http://llvm.org/viewvc/llvm-project?rev=261834&view=rev
Log:
Correct a couple typos.

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=261834&r1=261833&r2=261834&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Thu Feb 25 01:33:00 2016
@@ -5,7 +5,7 @@
 <ul>
   <li><a href="#gsoc16">Google Summer of Code 2016</a></li>
   <li><a href="#what">What is this?</a></li>
-  <li><a href="#subprojects">LLVM Subprojects: Clang</a></li>
+  <li><a href="#subprojects">LLVM Subprojects: Clang and more</a></li>
   <li><a href="#improving">Improving the current system</a>
   <ol>
     <li><a href="#target-desc">Factor out target descriptions</a></li>
@@ -43,9 +43,9 @@
 <div class="www_text">
 
 <p>
-Welcome prospective Google Summer of Code 2016 Students! This document is your starting point to finding interesting and important projects for LLVM, Clang, and other related sub-projects. This not a list of projects just developed for Google Summer of Code, but open projects that really need developers to work on and very beneificial for the LLVM community. </p>
+Welcome prospective Google Summer of Code 2016 Students! This document is your starting point to finding interesting and important projects for LLVM, Clang, and other related sub-projects. This not a list of projects just developed for Google Summer of Code, but open projects that really need developers to work on and are very beneficial for the LLVM community. </p>
 
-<p>We encourage you to look through this list and see which projects excite you and match well with your skill set. However, we also invite proposals not on this list. However, you must propose your idea to the LLVM community through our developers' mailing list (llvm-dev at lists.llvm.org). Feedback from the community is a requirement for your proposal to be considered and hopefully accepted.
+<p>We encourage you to look through this list and see which projects excite you and match well with your skill set. We also invite proposals not on this list. However, you must propose your idea to the LLVM community through our developers' mailing list (llvm-dev at lists.llvm.org or specific subproject mailing list). Feedback from the community is a requirement for your proposal to be considered and hopefully accepted.
 </p>
 
 <p>The LLVM project has participated in Google Summer of Code for several years and has had some very successful projects. We hope that this year is no different and look forward to hearing your proposals. For information on how to submit a proposal, please visit the Google Summer of Code main <a href="https://developers.google.com/open-source/gsoc/">website.</a></p>




More information about the llvm-commits mailing list