summaryrefslogtreecommitdiff
path: root/ClockP.h
diff options
context:
space:
mode:
Diffstat (limited to 'ClockP.h')
-rw-r--r--ClockP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClockP.h b/ClockP.h
index 6e83ba7..debad54 100644
--- a/ClockP.h
+++ b/ClockP.h
@@ -85,7 +85,7 @@ typedef struct {
GC HandGC; /* Hand GC */
GC HighGC; /* Highlighting GC */
/* start of graph stuff */
- int update; /* update frequence */
+ int update; /* update period in second */
Dimension radius; /* radius factor */
int backing_store; /* backing store type */
Boolean chime;