summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mem.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-09-21 13:50:39 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-09-21 16:32:15 +0200
commit4fd2bf762fcd4a13fc0a98f44ad7c06feb6cc091 (patch)
treeebdb119ed36276794a93fe1d1cdaff5157bd315e /openpgp/src/crypto/mem.rs
parent68a72c2995c94872819a2afde221a097a71b2218 (diff)
openpgp: Fix typos.
Diffstat (limited to 'openpgp/src/crypto/mem.rs')
-rw-r--r--openpgp/src/crypto/mem.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/mem.rs b/openpgp/src/crypto/mem.rs
index fbccde9b..5418286c 100644
--- a/openpgp/src/crypto/mem.rs
+++ b/openpgp/src/crypto/mem.rs
@@ -1,7 +1,7 @@
//! Memory protection and encryption.
//!
//! Sequoia makes an effort to protect secrets stored in memory. Even
-//! though a process' memory should be protected from being read by an
+//! though a process's memory should be protected from being read by an
//! adversary, there may be bugs in the program or the architecture
//! the program is running on that allow (partial) recovery of data.
//! Or, the process may be serialized to persistent storage, and its