Commit 8626f36d authored by Davis King's avatar Davis King

Fixed spelling errors in comments

parent f9eed123
......@@ -187,7 +187,7 @@ namespace dlib
// get a lock on the data mutex
auto_mutex M(data_mutex);
// loop to ensure that the new function poitner is in the data
// loop to ensure that the new function pointer is in the data
while (true)
{
// if the data is empty then add new data and quit loop
......@@ -206,7 +206,7 @@ namespace dlib
// get a thread for this new data
// if a new thread must be crated
// if a new thread must be created
if (pool_count == 0)
{
// make thread and add it to the pool
......
Markdown is supported
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