Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
b334fb2a
Commit
b334fb2a
authored
Feb 24, 2014
by
Erik de Castro Lopo
Browse files
Fix typos in comments.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
parent
cf0e42ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/bitreader.c
View file @
b334fb2a
...
...
@@ -1049,9 +1049,9 @@ FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *v
return
true
;
}
/* These functions a declared inline in this file but are also callable as
/* These functions a
re
declared inline in this file but are also callable as
* externs from elsewhere.
* According to the C99 s
e
pc, section 6.7.4, simply providing a function
* According to the C99 sp
e
c, section 6.7.4, simply providing a function
* prototype in a header file without 'inline' and making the function inline
* in this file should be sufficient.
* Unfortunately, the Microsoft VS compiler doesn't pick them up externally. To
...
...
src/libFLAC/bitwriter.c
View file @
b334fb2a
...
...
@@ -828,9 +828,9 @@ FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw)
return
true
;
}
/* These functions a declared inline in this file but are also callable as
/* These functions a
re
declared inline in this file but are also callable as
* externs from elsewhere.
* According to the C99 s
e
pc, section 6.7.4, simply providing a function
* According to the C99 sp
e
c, section 6.7.4, simply providing a function
* prototype in a header file without 'inline' and making the function inline
* in this file should be sufficient.
* Unfortunately, the Microsoft VS compiler doesn't pick them up externally. To
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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