From: Reid Spencer Date: Thu, 10 Aug 2006 21:38:47 +0000 (+0000) Subject: Fix a typo noticed by Gordon Henriksen. Thanks! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=23a0c7671d4a995b4b36f00cc1d75e17b187c657;p=oota-llvm.git Fix a typo noticed by Gordon Henriksen. Thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29597 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index a9905fe6074..ac910887a6a 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -164,7 +164,7 @@

Since the type int is known to be four bytes long, the indices 0, 1 and 2 translate into memory offsets of 0, 4, and 8, respectively. No