Fix typos

This commit is contained in:
Jonas Bernoulli
2020-07-25 16:27:34 +02:00
parent 6d73ca8ec3
commit b711ad9151
8 changed files with 10 additions and 10 deletions

View File

@ -81,7 +81,7 @@ public:
/**
* Pop an item from the queue
*
* @param receives the value if the funtion returns true
* @param receives the value if the function returns true
* @param timeout optional time to wait for an item to become available
*
* @return true if an item was popped (into val), false otherwise.

View File

@ -66,7 +66,7 @@ void log_set_options (LogOptions opts);
LogOptions log_get_options ();
} // namepace Mu
} // namespace Mu
MU_ENABLE_BITOPS(Mu::LogOptions);
#endif /* MU_LOGGER_HH__ */