mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
core/or: Fix a comment typo in onion.h
Comment-only change.
This commit is contained in:
parent
a84fd949ed
commit
1e75974362
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user