Skip to content

Commit

Permalink
fix adler.h
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 22, 2020
1 parent 29c156d commit 945103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/adler32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace fizzy
{
// This calcualtes the Adler-32 checksum of the data.
// This calculates the Adler-32 checksum of the data.
// It is used in benchmarking.
inline uint32_t adler32(bytes_view data)
{
Expand Down

0 comments on commit 945103e

Please sign in to comment.