diff options
author | Tim Janik <timj@src.gnome.org> | 1999-02-06 03:07:01 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-02-06 03:07:01 +0000 |
commit | c13e6db019547c0b06d78765287fba0332dd3f2e (patch) | |
tree | 9c6239a70c6a4f4f96d34cf4ec5727e8bcd118ef /gtk | |
parent | af30000afe9cfba73e9abf30b4a0a5827d9ef9d7 (diff) | |
download | gtk+-c13e6db019547c0b06d78765287fba0332dd3f2e.tar.gz |
fix comment
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h index 03cf88efad..8272944dc1 100644 --- a/gtk/gtkobject.h +++ b/gtk/gtkobject.h @@ -128,7 +128,7 @@ struct _GtkObject guint32 flags; /* reference count. - * refer to the file REFCOUNTING on this issue. + * refer to the file docs/refcounting.txt on this issue. */ guint ref_count; |