Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / curve_helper.h
index fc7cf71..620387f 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file curve_helper.h
 **     \brief Curve Helper Header
 **
-**     $Id: curve_helper.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -106,7 +106,7 @@ inline bool intersect_line_segments(const Point &a, const Point &b, float &tout,
        return false;
 }
 
-//Find the closest point on the curve to a point (and return it's distance, and time value)
+//Find the closest point on the curve to a point (and return its distance, and time value)
 Real find_closest(const etl::bezier<Point> &curve, const Point &point, float step, Real *closest, float *t);
 
 //----------- Rectangle helper functions ---------------