corrected typo

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-09 10:20:00 +01:00
parent ee81ffa10d
commit 905222fe6e

View File

@@ -89,7 +89,7 @@ typedef struct cookie_entry_st {
/* We store the hash of the cookie that is associated with a particular session.
* The reason is to avoid a memory leak to an unprivileged process to expose
* data that can be used to authenticate as another use */
* data that can be used to authenticate as another user */
uint8_t cookie_hash[COOKIE_HASH_SIZE];
} cookie_st;