[cfe-commits] r44998 - /cfe/trunk/www/get_involved.html
Bill Wendling
isanbard at gmail.com
Thu Dec 13 01:57:43 PST 2007
Author: void
Date: Thu Dec 13 03:57:40 2007
New Revision: 44998
URL: http://llvm.org/viewvc/llvm-project?rev=44998&view=rev
Log:
Grammar fix: correct ' usage.
Modified:
cfe/trunk/www/get_involved.html
Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=44998&r1=44997&r2=44998&view=diff
==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Thu Dec 13 03:57:40 2007
@@ -82,7 +82,7 @@
<li><b>Continue work on C++ support</b>: Implementing all of C++ is a very big
job, but there are lots of little things that can be done. Right now we support
some small things like references and bool. We also support parsing of
-namespace's, but don't build ASTs for it. It would be straight-forward to
+namespaces, but don't build ASTs for it. It would be straight-forward to
implement support for representing namespaces, then add support for things like
foo::bar::baz. Likewise, lots of other little pieces can be picked off and
implemented.</li>
More information about the cfe-commits
mailing list