summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-12-01 16:28:49 -0800
committerDan Bornstein <danfuzz@android.com>2010-12-01 16:28:49 -0800
commit8daf827229f3278a1bdf16b27d9e894176c8ac70 (patch)
tree8b6b4c733a6d56ba9b82e30a3b02c140bcaf6138 /docs
parentdf20eb49fca4dff1604a820c762e1e836e71bfb4 (diff)
downloadandroid_dalvik-8daf827229f3278a1bdf16b27d9e894176c8ac70.tar.gz
android_dalvik-8daf827229f3278a1bdf16b27d9e894176c8ac70.tar.bz2
android_dalvik-8daf827229f3278a1bdf16b27d9e894176c8ac70.zip
Clarify the spec slightly.
And, importantly, fix a lingering naming issue. Change-Id: I2b0d2008aae32679430910dfe5fa58a86f0a59df
Diffstat (limited to 'docs')
-rw-r--r--docs/dex-format.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/dex-format.html b/docs/dex-format.html
index cab9d4c5b..ea92c6705 100644
--- a/docs/dex-format.html
+++ b/docs/dex-format.html
@@ -2138,8 +2138,10 @@ be ordered by initial offset and must not overlap.</p>
<tr>
<td>handler_off</td>
<td>ushort</td>
- <td>offset in bytes from the start of the associated encoded handler data
- to the <code>catch_handler_item</code> for this entry
+ <td>offset in bytes from the start of the associated
+ <code>encoded_catch_hander_list</code> to the
+ <code>encoded_catch_handler</code> for this entry. This must be an
+ offset to the start of an <code>encoded_catch_handler</code>.
</td>
</tr>
</tbody>