Fix an example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29693 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html
index 98c77af..e16e056 100644
--- a/docs/GetElementPtr.html
+++ b/docs/GetElementPtr.html
@@ -102,7 +102,7 @@
     P[0].f1 = P[1].f1 + P[2].f2;
   }
   ...
-  complex Array[3];
+  munger_struct Array[3];
   ...
   munge(Array);</pre>
   <p>In this "C" example, the front end compiler (llvm-gcc) will generate three