updating spelling errors

This commit is contained in:
Amanda Rousseau
2017-03-29 10:51:17 -07:00
parent 90502456a9
commit daff2dd9ae
2 changed files with 9 additions and 9 deletions

View File

@@ -141,7 +141,7 @@ It's easy to trace back through the program disassembly, but let's look at some
[![alt text](https://securedorg.github.io/images/static9.gif "jz jump")](https://securedorg.github.io/images/static9.gif)
```assembly
jz loc_401962 ; jump too offset loc_401962 if the previous condition is zero
jz loc_401962 ; jump to offset loc_401962 if the previous condition is zero
```
```assembly