diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-11-12 11:19:44 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-11-16 09:56:45 +0100 |
commit | fa44237d76b66b6664870c3927b65a0ef89022e4 (patch) | |
tree | 2f60626fda466410facd55c259ff70ddeaf366db /src/torcontrol.h | |
parent | ad09c287cb7033a28f8d0a002c1ca4f194c12f11 (diff) |
doc: Fix typos in endif header comments
Diffstat (limited to 'src/torcontrol.h')
-rw-r--r-- | src/torcontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torcontrol.h b/src/torcontrol.h index 7258f27cb6..8fc852f843 100644 --- a/src/torcontrol.h +++ b/src/torcontrol.h @@ -157,4 +157,4 @@ public: static void reconnect_cb(evutil_socket_t fd, short what, void *arg); }; -#endif /* BITCOIN_TORCONTROL_H */ +#endif // BITCOIN_TORCONTROL_H |