]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bezier.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / bezier.cc
index 1808821029595f95bd707a31d9aff26ef087984f..3712b9213ef91c26ab1d5fb74d0fb56127dc5c06 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2009 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];