diff --git a/common/include/villas/dsp/window.hpp b/common/include/villas/dsp/window.hpp index 61de285c7..1a73b8bff 100644 --- a/common/include/villas/dsp/window.hpp +++ b/common/include/villas/dsp/window.hpp @@ -49,7 +49,7 @@ public: { size_type len = LOG2_CEIL(s); - /* Allocate memory for ciruclar history buffer */ + /* Allocate memory for circular history buffer */ data = std::vector(len, i); steps = s;