Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Feb 11, 2024
1 parent 23ac71c commit 884bc45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/clock.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/**
* @file
* @author Erling Jellum
* @copyright (c) 2020-2024, The University of California at Berkeley.
* License: <a href="https://github.com/lf-lang/reactor-c/blob/main/LICENSE.md">BSD 2-clause</a>
* @brief Implementations of functions in clock.h.

*/
#include "clock.h"
#include "platform.h"

Expand Down

0 comments on commit 884bc45

Please sign in to comment.