Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
f93ee8e4
Commit
f93ee8e4
authored
Oct 16, 2018
by
Neel Chauhan
Browse files
Fix typo in comment for hs_cell_parse_introduce2()
parent
11161395
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/hs/hs_cell.c
View file @
f93ee8e4
...
@@ -620,7 +620,7 @@ hs_cell_parse_intro_established(const uint8_t *payload, size_t payload_len)
...
@@ -620,7 +620,7 @@ hs_cell_parse_intro_established(const uint8_t *payload, size_t payload_len)
return
ret
;
return
ret
;
}
}
/* Pars
s
e the INTRODUCE2 cell using data which contains everything we need to
/* Parse the INTRODUCE2 cell using data which contains everything we need to
* do so and contains the destination buffers of information we extract and
* do so and contains the destination buffers of information we extract and
* compute from the cell. Return 0 on success else a negative value. The
* compute from the cell. Return 0 on success else a negative value. The
* service and circ are only used for logging purposes. */
* service and circ are only used for logging purposes. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment