summaryrefslogtreecommitdiffstats
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-12-13 09:57:40 +0000
committerBill Wendling <isanbard@gmail.com>2007-12-13 09:57:40 +0000
commit05faa378b0152dfe1bcee6d53b16688006c4c4b8 (patch)
tree26d8f0cdb669885e3f2d18d0c164f4ae66d5f130 /www/get_involved.html
parent0502613cdfcc6ee44affa48f51e45c53062ab7a6 (diff)
Grammar fix: correct ' usage.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index a1b8f3344c..75449f4bcc 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -82,7 +82,7 @@ time).</li>
<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>