Skip to content

Commit

Permalink
Fixes for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Jan 3, 2024
1 parent 3fd260a commit a228efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blsct/arith/mcl/mcl_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Create an instance of this class somewhere at the beginning
* of the execution of an executable to initialize Mcl library.
* volatile keyword is necessary to protect the instance from
* comipler optimization. e.g.
* compiler optimization. e.g.
*
* ```
* void main() {
Expand Down

0 comments on commit a228efe

Please sign in to comment.