diff options
Diffstat (limited to 'macosx/tkMacOSXConfig.c')
-rw-r--r-- | macosx/tkMacOSXConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXConfig.c b/macosx/tkMacOSXConfig.c index cf90577..a85c6a9 100644 --- a/macosx/tkMacOSXConfig.c +++ b/macosx/tkMacOSXConfig.c @@ -23,7 +23,7 @@ * return a string representation of the option. * * Results: - * Returns a Tk_Uid that is the string identifier that identifies + * Returns a Tcl_Obj* with the string identifier that identifies * this option. Returns NULL if there are no system defaults * that match this pair. * |