Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/cpp' into cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Sep 25, 2023
2 parents ecd78ca + 9efd4da commit 128707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocketfft_demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using namespace std;
using namespace pocketfft;

// floating point RNG which is good enough for sinmple demos
// floating point RNG which is good enough for simple demos
// Do not use for anything important!
inline double simple_drand()
{
Expand Down

0 comments on commit 128707f

Please sign in to comment.