]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bezier.cc
Run `make grand-replace'.
[lilypond.git] / lily / bezier.cc
index 3da46abe0f31ba67830cd5e6c99a2b2ecf60aa62..18d7836cbfe1d37762ccf8ce4d5134affe8f949e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "bezier.hh"
@@ -117,7 +117,7 @@ Bezier::curve_point (Real t) const
 }
 
 /*
-  Cache binom(3,j) t^j (1-t)^{3-j}
+  Cache binom (3, j) t^j (1-t)^{3-j}
 */
 struct Polynomial_cache {
   Polynomial terms_[4];