Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
f226d8cd
Commit
f226d8cd
authored
Jan 14, 2015
by
Daan Vreeken
Browse files
Fix typo in comment.
modified: common/log/log.c
parent
6d5ad842
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/log/log.c
View file @
f226d8cd
...
...
@@ -140,7 +140,7 @@ void log_send(enum log_type type, char *fmt, ...)
}
if
(
log_lost
)
{
/* Reset msg_wr to this value to make sure we don't get
to far lost in the queue */
to
o
far lost in the queue */
msgs_wr
=
msg
;
__sync_fetch_and_add
(
&
lost_counter
,
1
);
}
...
...
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