Skip to content

Commit

Permalink
Fix [52d83f67eb]: TkDestroyMenu(): outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Nov 25, 2023
2 parents 265f056 + 94759f6 commit 5f254d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions generic/tkMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,11 +1243,10 @@ DestroyMenuInstance(
*
* TkDestroyMenu --
*
* This function is invoked by Tcl_EventuallyFree or Tcl_Release to clean
* up the internal structure of a menu at a safe time (when no-one is
* using it anymore). If called on a main instance, destroys all of the
* instances. If called on a non-main instance, just destroys
* that instance.
* This function is invoked to clean up the internal structure of a menu
* at a safe time (when no-one is using it anymore). If called on a main
* instance, destroys all of the instances. If called on a non-main
* instance, just destroys that instance.
*
* Results:
* None.
Expand Down

0 comments on commit 5f254d1

Please sign in to comment.