diff options
| author | bikinibabe <[email protected]> | 2015-01-31 15:07:55 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-31 17:38:28 -0500 |
| commit | ee932025c1a318943a6b101be9fe7a4a2e10648c (patch) | |
| tree | cca272581d2cb6b9bf39283f3e4ab26da032a4fc /doc | |
| parent | fix _code_ snippet in gitian-building.md (diff) | |
| download | discoin-ee932025c1a318943a6b101be9fe7a4a2e10648c.tar.xz discoin-ee932025c1a318943a6b101be9fe7a4a2e10648c.zip | |
Changed pronouns for correctness and inclusivity
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 5f60dff06..0984f689a 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -196,7 +196,7 @@ Hardening enables the following features: * Position Independent Executable Build position independent code to take advantage of Address Space Layout Randomization offered by some kernels. An attacker who is able to cause execution of code at an arbitrary - memory location is thwarted if he doesn't know where anything useful is located. + memory location is thwarted if he or she doesn't know where anything useful is located. The stack and heap are randomly located by default but this allows the code section to be randomly located as well. |