Skip to content

Commit

Permalink
an context -> a context
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz authored Nov 29, 2018
1 parent 2a363fb commit 9e12f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw/include/rmw/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RMW_WARN_UNUSED
rmw_context_t
rmw_get_zero_initialized_context(void);

/// Initialize the middleware with the given options, and yielding an context.
/// Initialize the middleware with the given options, and yielding a context.
/**
* The given context must be zero initialized, and is filled with
* middleware specific data upon success of this function.
Expand Down

0 comments on commit 9e12f3e

Please sign in to comment.