Skip to content
Snippets Groups Projects
Commit a3c35136 authored by Sam Yates's avatar Sam Yates
Browse files

Fix ytpo in coment

parent 1eac90da
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ bool nest::mc::util::failed_assertion(const char *assertion, const char *file, ...@@ -7,7 +7,7 @@ bool nest::mc::util::failed_assertion(const char *assertion, const char *file,
int line, const char *func) int line, const char *func)
{ {
// Explicit flush, as we can't assume default buffering semantics on stderr/cerr, // Explicit flush, as we can't assume default buffering semantics on stderr/cerr,
// and abort() mignt not flush streams. // and abort() might not flush streams.
std::cerr << file << ':' << line << " " << func std::cerr << file << ':' << line << " " << func
<< ": Assertion `" << assertion << "' failed." << std::endl; << ": Assertion `" << assertion << "' failed." << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment