"<\tt>" is not how you close an HTML "<tt>" tag

This commit is contained in:
Ben Liblit 2017-12-19 15:53:41 -06:00
parent 4ad5322ebf
commit c50dd6302f
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ import java.util.Collection;
* So if we have
*
* Example A:
* <tt>
* <pre>
* v2 = SSAAddressOf v1;
* v7 = #1;
* v3 = SSALoadIndirect v2; (1)
* <\tt>
* </pre>
*
* Then this map will tell us that instruction (1) indirectly uses whichever source-level entity (in the source or bytecode) v1 represents.
*