mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
doc: Fix typos in endif header comments
This commit is contained in:
@@ -25,4 +25,4 @@ std::pair<bool,std::string> ReadBinaryFile(const fs::path &filename, size_t maxs
|
||||
*/
|
||||
bool WriteBinaryFile(const fs::path &filename, const std::string &data);
|
||||
|
||||
#endif /* BITCOIN_UTIL_READWRITEFILE_H */
|
||||
#endif // BITCOIN_UTIL_READWRITEFILE_H
|
||||
|
||||
@@ -103,4 +103,4 @@ template <typename T1, size_t PREFIX_LEN>
|
||||
std::equal(std::begin(prefix), std::end(prefix), std::begin(obj));
|
||||
}
|
||||
|
||||
#endif // BITCOIN_UTIL_STRENCODINGS_H
|
||||
#endif // BITCOIN_UTIL_STRING_H
|
||||
|
||||
@@ -42,4 +42,4 @@
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* BITCOIN_UTIL_TRACE_H */
|
||||
#endif // BITCOIN_UTIL_TRACE_H
|
||||
|
||||
Reference in New Issue
Block a user