diff options
| author | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
| commit | 89c5a767f8fc7a4633b2d409966e2becbb98ff92 (patch) | |
| tree | 478a03635e0cf63ab282f636b0793b4dfbfca9bc /lib/libmenu | |
| parent | 3872dc30f7c2e5e67fa8c65e08ea48171ebaaf1a (diff) | |
Fix doubled 'the's.
Diffstat (limited to 'lib/libmenu')
| -rw-r--r-- | lib/libmenu/internals.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libmenu/internals.c b/lib/libmenu/internals.c index 6a220667ffc..da7062d19c6 100644 --- a/lib/libmenu/internals.c +++ b/lib/libmenu/internals.c @@ -1,4 +1,4 @@ -/* $NetBSD: internals.c,v 1.4 1999/12/22 14:38:12 kleink Exp $ */ +/* $NetBSD: internals.c,v 1.5 2000/03/13 22:59:22 soren Exp $ */ /*- * Copyright (c) 1998-1999 Brett Lymn (blymn@baea.com.au, brett_lymn@yahoo.com.au) @@ -111,8 +111,7 @@ _menui_stitch_items(menu) * Calculate the neighbours for an item in menu. This routine deliberately * does not refer to up/down/left/right as these concepts depend on the menu * layout style (row major or not). By arranging the arguments in the right - * order the caller can generate the the neighbours for either menu layout - * style. + * order the caller can generate the neighbours for either menu layout style. */ static void _menui_calc_neighbours(menu, item_no, cycle, item_rows, item_cols, next, prev, |
