Fix typos
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user