summaryrefslogtreecommitdiff
path: root/usr.bin/indent
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2007-11-27 16:22:15 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2007-11-27 16:22:15 +0000
commit245db5a41f9169790fdca278ce21fafcf86e0c88 (patch)
tree6781af9f23ceff505e40794a72fefc72863f57ce /usr.bin/indent
parent9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff)
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'usr.bin/indent')
-rw-r--r--usr.bin/indent/lexi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index 97f19eb8b96..4f05963acd9 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lexi.c,v 1.13 2007/09/02 15:19:32 deraadt Exp $ */
+/* $OpenBSD: lexi.c,v 1.14 2007/11/27 16:22:14 martynas Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#ifndef lint
/*static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93";*/
-static char rcsid[] = "$OpenBSD: lexi.c,v 1.13 2007/09/02 15:19:32 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: lexi.c,v 1.14 2007/11/27 16:22:14 martynas Exp $";
#endif /* not lint */
/*
@@ -228,7 +228,7 @@ lexi(void)
ps.last_u_d = true;
return (decl);
}
- ps.last_u_d = false; /* Operator after indentifier is binary */
+ ps.last_u_d = false; /* Operator after identifier is binary */
last_code = ident; /* Remember that this is the code we will
* return */