Skip to content

Commit

Permalink
resource: fix comment typo
Browse files Browse the repository at this point in the history
Problem: a stray asterisk appears in a reslog.h block comment.

Remove it.
  • Loading branch information
garlick committed Mar 1, 2024
1 parent 86fac8c commit 5fe22fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/resource/reslog.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct reslog *reslog_create (flux_t *h);
void reslog_destroy (struct reslog *reslog);

/* Post an event to the eventlog. This function returns immediately,
* and the commit to * the eventlog completes asynchronously.
* and the commit to the eventlog completes asynchronously.
* If 'request' is non-NULL, a success/fail response is sent upon commit
* completion.
*/
Expand Down

0 comments on commit 5fe22fd

Please sign in to comment.