summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2021-05-30 17:19:12 -0400
committerDante Catalfamo2021-05-30 17:19:12 -0400
commit530e3baf92291bd8985e8478c285a2ff196caaf5 (patch)
tree65a22b0e0476f578fca460b3f29bc514b6a41698
parentba2f3fd176d855bac48565aab2c1e00aa17e3460 (diff)
downloadblog-530e3baf92291bd8985e8478c285a2ff196caaf5.tar.gz
blog-530e3baf92291bd8985e8478c285a2ff196caaf5.tar.bz2
blog-530e3baf92291bd8985e8478c285a2ff196caaf5.zip
bas-auth: remove excess senstence
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org
index 7836e6a..284f60b 100644
--- a/content/posts/WIP-how-bsd-authentication-works/index.org
+++ b/content/posts/WIP-how-bsd-authentication-works/index.org
@@ -227,7 +227,7 @@
:CUSTOM_ID: auth_session_t
:END:
=auth_session_t= is the main data structure used to represent the
- authentication session. It gets used by all other functions.
+ authentication session.
#+BEGIN_SRC c
struct auth_session_t {