Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**Binary:** The binary is the compiled C or C++ file. Anything that is in the
binary has a *constant address.* (usually, see PIE)

**libc:** A binary the is *dynamically linked* has a libc file. This means that
**libc:** A binary is *dynamically linked* and has a libc file. This means that
the whole set of standard library functions are somewhere in memory to be used
by the program

Expand Down