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

Fix ytpo in coment

parent 1eac90da
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ bool nest::mc::util::failed_assertion(const char *assertion, const char *file,
int line, const char *func)
{
// 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
<< ": Assertion `" << assertion << "' failed." << std::endl;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment