From: teor Date: Sat, 4 Apr 2020 05:05:34 +0000 (+1000) Subject: core/or: Fix a comment typo in onion.h X-Git-Tag: tor-0.4.5.0-alpha-dev~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e75974362e2bdbbd2402f5fd6a9aeda4b2a8a38;p=thirdparty%2Ftor.git core/or: Fix a comment typo in onion.h Comment-only change. --- diff --git a/src/core/or/onion.h b/src/core/or/onion.h index ff3083f374..717854e639 100644 --- a/src/core/or/onion.h +++ b/src/core/or/onion.h @@ -56,8 +56,8 @@ typedef struct extend_cell_t { /** Ed25519 public identity key. Zero if not set. */ struct ed25519_public_key_t ed_pubkey; /** The "create cell" embedded in this extend cell. Note that unlike the - * create cells we generate ourself, this once can have a handshake type we - * don't recognize. */ + * create cells we generate ourselves, this create cell can have a handshake + * type we don't recognize. */ create_cell_t create_cell; } extend_cell_t;