X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=tack%2Fmenu.c;h=b4c8c050ad042524a0425161eb4bcdcc2793cef2;hp=a2bcc3809054e40dd50de77550f62a34f7cad1c1;hb=ca5fdd32fd43d84fe3d720cd5c07fba28fc506a4;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/tack/menu.c b/tack/menu.c index a2bcc380..b4c8c050 100644 --- a/tack/menu.c +++ b/tack/menu.c @@ -15,13 +15,13 @@ ** ** You should have received a copy of the GNU General Public License ** along with TACK; see the file COPYING. If not, write to -** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -** Boston, MA 02111-1307, USA. +** the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +** Boston, MA 02110-1301, USA */ #include -MODULE_ID("$Id: menu.c,v 1.1 1998/01/10 00:29:30 tom Exp $") +MODULE_ID("$Id: menu.c,v 1.3 2005/09/17 19:49:16 tom Exp $") /* Menu control @@ -85,7 +85,7 @@ menu_test_loop( } nch = 0; if (test->test_procedure) { - /* The procedure takes precidence so I can pass + /* The procedure takes precedence so I can pass the menu entry as an argument. */ can_test(test->caps_done, FLAG_TESTED); @@ -340,7 +340,7 @@ subtest_menu( /* ** menu_can_scan(menu-structure) ** -** Recursivly scan the menu tree and find which cap names can be tested. +** Recursively scan the menu tree and find which cap names can be tested. */ void menu_can_scan( @@ -362,7 +362,7 @@ menu_can_scan( /* ** menu_search(menu-structure, cap) ** -** Recursivly search the menu tree and execute any tests that use cap. +** Recursively search the menu tree and execute any tests that use cap. */ static void menu_search(