summaryrefslogtreecommitdiffstats
path: root/bin/csh/set.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
committerkris <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
commit713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 (patch)
tree697ce44b4cebcd3432c5b00049fc0a58ac8d3742 /bin/csh/set.c
parente45752d185f905fa5c6f91dd4d4622f62c6246f7 (diff)
downloadFreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.zip
FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.tar.gz
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'bin/csh/set.c')
-rw-r--r--bin/csh/set.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/csh/set.c b/bin/csh/set.c
index c3745e6..82785d1 100644
--- a/bin/csh/set.c
+++ b/bin/csh/set.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
- "$Id: set.c,v 1.9 1998/05/06 06:51:04 charnier Exp $";
+ "$Id: set.c,v 1.10 1998/05/13 07:29:15 charnier Exp $";
#endif
#endif /* not lint */
@@ -163,7 +163,7 @@ doset(v, t)
cp = Strsave(value(vp)); /* get the old value back */
/*
- * convert to cononical pathname (possibly resolving symlinks)
+ * convert to canonical pathname (possibly resolving symlinks)
*/
cp = dcanon(cp, cp);
@@ -745,7 +745,7 @@ balance(p, f, d)
break;
case 1: /* was already right heavy */
switch (p->v_right->v_bal) {
- case 1: /* sigle rotate */
+ case 1: /* single rotate */
pp->v_link[ff] = rleft(p);
p->v_left->v_bal = 0;
p->v_bal = 0;
@@ -783,7 +783,7 @@ balance(p, f, d)
p->v_right->v_bal = 0;
p->v_bal = 0;
break;
- case 0: /* signle rotate */
+ case 0: /* single rotate */
pp->v_link[ff] = rright(p);
p->v_right->v_bal = -1;
p->v_bal = 1;
OpenPOWER on IntegriCloud