From 23a0c7671d4a995b4b36f00cc1d75e17b187c657 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 10 Aug 2006 21:38:47 +0000 Subject: [PATCH] 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 --- docs/GetElementPtr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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