The word 'independent' has no 'a'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5724 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index 096d936..898bb84 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -132,7 +132,7 @@
 <li>Add support for a volatile attribute on loads and stores
 <li>Support for variable argument functions
 <li>Add a new conditional move instruction: <tt>X = select bool Cond, Y, Z</tt>
-<li>Add support for platform independant prefetch support.  The GCC <a
+<li>Add support for platform independent prefetch support.  The GCC <a
     href="http://gcc.gnu.org/projects/prefetch.html">prefetch project</a> page
     has a good survey of the prefetching capabilities of a variety of modern
     processors.