Commit b6c4d59e authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

lib/simbricks/base: fix typos in comments

parent 711929ea
...@@ -184,7 +184,7 @@ void SimbricksBaseIfUnlink(struct SimbricksBaseIf *base_if); ...@@ -184,7 +184,7 @@ void SimbricksBaseIfUnlink(struct SimbricksBaseIf *base_if);
* *
* @param base_if Base interface handle (connected). * @param base_if Base interface handle (connected).
* @param timestamp Current timestamp (in picoseconds). * @param timestamp Current timestamp (in picoseconds).
* @return Pointer to the message struct if successfull, NULL otherwise. * @return Pointer to the message struct if successful, NULL otherwise.
*/ */
static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfInPeek( static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfInPeek(
struct SimbricksBaseIf *base_if, struct SimbricksBaseIf *base_if,
...@@ -215,7 +215,7 @@ static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfInPeek( ...@@ -215,7 +215,7 @@ static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfInPeek(
* *
* @param base_if Base interface handle (connected). * @param base_if Base interface handle (connected).
* @param timestamp Current timestamp (in picoseconds). * @param timestamp Current timestamp (in picoseconds).
* @return Pointer to the message struct if successfull, NULL otherwise. * @return Pointer to the message struct if successful, NULL otherwise.
*/ */
static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfInPoll( static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfInPoll(
struct SimbricksBaseIf *base_if, struct SimbricksBaseIf *base_if,
...@@ -276,7 +276,7 @@ static inline uint64_t SimbricksBaseIfInTimestamp( ...@@ -276,7 +276,7 @@ static inline uint64_t SimbricksBaseIfInTimestamp(
* *
* @param base_if Base interface handle (connected). * @param base_if Base interface handle (connected).
* @param timestamp Current timestamp (in picoseconds). * @param timestamp Current timestamp (in picoseconds).
* @return Pointer to the message struct if successfull, NULL otherwise. * @return Pointer to the message struct if successful, NULL otherwise.
*/ */
static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfOutAlloc( static inline volatile union SimbricksProtoBaseMsg *SimbricksBaseIfOutAlloc(
struct SimbricksBaseIf *base_if, struct SimbricksBaseIf *base_if,
......
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