]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
core/or: Fix a comment typo in onion.h
authorteor <teor@torproject.org>
Sat, 4 Apr 2020 05:05:34 +0000 (15:05 +1000)
committerteor <teor@torproject.org>
Sat, 4 Apr 2020 05:05:34 +0000 (15:05 +1000)
Comment-only change.

src/core/or/onion.h

index ff3083f374945c78aab75d04de3ac30cb70830aa..717854e6392a07b406a9641158ac59cec2cdd300 100644 (file)
@@ -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;