Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5d2edfe8
Commit
5d2edfe8
authored
Apr 02, 2017
by
Davis King
Browse files
fixed spelling error in comment
parent
67170338
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/timer/timer_heavy.h
dlib/timer/timer_heavy.h
+1
-1
No files found.
dlib/timer/timer_heavy.h
View file @
5d2edfe8
...
@@ -48,7 +48,7 @@ namespace dlib
...
@@ -48,7 +48,7 @@ namespace dlib
- there is a thread running
- there is a thread running
- if (is_running()) then
- if (is_running()) then
- next_time_to_run == the time when the next execution of the action
- next_time_to_run == the time when the next execution of the action
function should occur
r
. (the time is given by ts.get_timestamp())
function should occur. (the time is given by ts.get_timestamp())
- stop_running is used to tell the thread to quit. If it is
- stop_running is used to tell the thread to quit. If it is
set to true then the thread should end.
set to true then the thread should end.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment