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
ycai
simbricks
Commits
b6c4d59e
Commit
b6c4d59e
authored
Jun 10, 2022
by
Antoine Kaufmann
Browse files
lib/simbricks/base: fix typos in comments
parent
711929ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/simbricks/base/if.h
lib/simbricks/base/if.h
+3
-3
No files found.
lib/simbricks/base/if.h
View file @
b6c4d59e
...
...
@@ -184,7 +184,7 @@ void SimbricksBaseIfUnlink(struct SimbricksBaseIf *base_if);
*
* @param base_if Base interface handle (connected).
* @param timestamp Current timestamp (in picoseconds).
* @return Pointer to the message struct if successful
l
, NULL otherwise.
* @return Pointer to the message struct if successful, NULL otherwise.
*/
static
inline
volatile
union
SimbricksProtoBaseMsg
*
SimbricksBaseIfInPeek
(
struct
SimbricksBaseIf
*
base_if
,
...
...
@@ -215,7 +215,7 @@ static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfInPeek(
*
* @param base_if Base interface handle (connected).
* @param timestamp Current timestamp (in picoseconds).
* @return Pointer to the message struct if successful
l
, NULL otherwise.
* @return Pointer to the message struct if successful, NULL otherwise.
*/
static
inline
volatile
union
SimbricksProtoBaseMsg
*
SimbricksBaseIfInPoll
(
struct
SimbricksBaseIf
*
base_if
,
...
...
@@ -276,7 +276,7 @@ static inline uint64_t SimbricksBaseIfInTimestamp(
*
* @param base_if Base interface handle (connected).
* @param timestamp Current timestamp (in picoseconds).
* @return Pointer to the message struct if successful
l
, NULL otherwise.
* @return Pointer to the message struct if successful, NULL otherwise.
*/
static
inline
volatile
union
SimbricksProtoBaseMsg
*
SimbricksBaseIfOutAlloc
(
struct
SimbricksBaseIf
*
base_if
,
...
...
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