summaryrefslogtreecommitdiffstats
path: root/generic/tkTrig.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-23 08:32:56 (GMT)
committernijtmans <nijtmans>2010-04-23 08:32:56 (GMT)
commit0ec04490736cdf3891388a3a1e9cf8e8cef380f5 (patch)
treee7500d00ecdd547d4dd0332a138be0f97387ffe9 /generic/tkTrig.c
parenta5fa2276832bf18cf14cded757a1e15068a422ec (diff)
downloadtk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.zip
tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.gz
tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.bz2
Formatting
typo fixes remove not existing tkDisplayList; Useless re-definitions of TCL_STORAGE_CLASS
Diffstat (limited to 'generic/tkTrig.c')
-rw-r--r--generic/tkTrig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTrig.c b/generic/tkTrig.c
index 58e642b..97a9d06 100644
--- a/generic/tkTrig.c
+++ b/generic/tkTrig.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkTrig.c,v 1.12 2010/01/18 20:43:38 nijtmans Exp $
+ * RCS: @(#) $Id: tkTrig.c,v 1.13 2010/04/23 08:32:56 nijtmans Exp $
*/
#include "tkInt.h"
@@ -753,7 +753,7 @@ TkOvalToPoint(
int
TkOvalToArea(
- register double *ovalPtr, /* Points to coordinates definining the
+ register double *ovalPtr, /* Points to coordinates defining the
* bounding rectangle for the oval: x1, y1,
* x2, y2. X1 must be less than x2 and y1 less
* than y2. */