diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-02-06 16:28:21 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-02-11 02:13:40 +0200 |
commit | 901ed35709ac79e841b89d947a0d84526f4d8daf (patch) | |
tree | c17bb4c18f18367abe5a998a7db35a7b9f318ece /src/lib/ctime | |
parent | ba99287d13782048f58a88dc5d18780fad9f2034 (diff) | |
download | tor-901ed35709ac79e841b89d947a0d84526f4d8daf.tar.gz tor-901ed35709ac79e841b89d947a0d84526f4d8daf.zip |
Make n_subcredentials a size_t .
Based on David's review.
Diffstat (limited to 'src/lib/ctime')
-rw-r--r-- | src/lib/ctime/di_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ctime/di_ops.c b/src/lib/ctime/di_ops.c index 0859dd8bee..e1ac0943fb 100644 --- a/src/lib/ctime/di_ops.c +++ b/src/lib/ctime/di_ops.c @@ -281,7 +281,7 @@ select_array_member_cumulative_timei(const uint64_t *entries, int n_entries, } /** - * If <b>s</b> is true, then copy <b>n</b> bytes from <b>src</d> to + * If <b>s</b> is true, then copy <b>n</b> bytes from <b>src</b> to * <b>dest</b>. Otherwise leave <b>dest</b> alone. * * This function behaves the same as |