OSDN Git Service

Clarify the spec slightly.
authorDan Bornstein <danfuzz@android.com>
Thu, 2 Dec 2010 00:28:49 +0000 (16:28 -0800)
committerDan Bornstein <danfuzz@android.com>
Thu, 2 Dec 2010 00:28:49 +0000 (16:28 -0800)
And, importantly, fix a lingering naming issue.

Change-Id: I2b0d2008aae32679430910dfe5fa58a86f0a59df

docs/dex-format.html

index cab9d4c..ea92c67 100644 (file)
@@ -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>