From 4fb21a01a9b5f26b12a466fa6f0d708d62f087eb Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 15 Mar 2007 22:30:47 +0000 Subject: [PATCH] Comment fixup. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@171 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/Siner.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/flash/Siner.as b/src/as/com/threerings/flash/Siner.as index be96b99d..f50da813 100644 --- a/src/as/com/threerings/flash/Siner.as +++ b/src/as/com/threerings/flash/Siner.as @@ -4,7 +4,7 @@ import flash.utils.getTimer; /** * Tracks multiple sine waves with different periods and amplitudes, and - * returns a + * returns an instantaneous additive amplitude. */ public class Siner {