diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-10-05 02:41:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-05 03:41:14 +0300 |
commit | 39eb250e3926e123794a939e861e62d96916e92e (patch) | |
tree | 99fae79d822f2e3936b457f0587976ee89fefdba /indra/llmath/llinterp.h | |
parent | 6c51a262d8b576355622eadeef156ef4e6135266 (diff) |
More cleanup of LLMath and the color classes in particular (#2810)
Diffstat (limited to 'indra/llmath/llinterp.h')
-rw-r--r-- | indra/llmath/llinterp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llinterp.h b/indra/llmath/llinterp.h index f4faa82a82..ef6a5e638d 100644 --- a/indra/llmath/llinterp.h +++ b/indra/llmath/llinterp.h @@ -354,7 +354,7 @@ void LLInterpAttractor<Type>::update(const F32 time) ////////////////////////////// // -// LLInterpFucn derived class implementation. +// LLInterpFunc derived class implementation. // |