diff --git a/post_processing_stages/pwl.hpp b/post_processing_stages/pwl.hpp index 481a2e56..ab062845 100644 --- a/post_processing_stages/pwl.hpp +++ b/post_processing_stages/pwl.hpp @@ -76,7 +76,7 @@ class Pwl // Make "this" match (at least) the given domain. Any extension my be // clipped or linear. void MatchDomain(Interval const &domain, bool clip = true, const double eps = 1e-6); - // Generate a LUT for this funciton. + // Generate a LUT for this function. template std::vector GenerateLut() const { int end = Domain().end + 1, span = 0;