diff options
author | 2005-11-14 19:54:08 +0000 | |
---|---|---|
committer | 2005-11-14 19:54:08 +0000 | |
commit | 82828006631aa3896443acf5dd1b896e21a20595 (patch) | |
tree | 0ab5dfa288a10eba55c29fb4dd6eec2eb40b86f7 /usr.bin/patch/inp.c | |
parent | hz is defined in <sys/kernel.h> (diff) | |
download | wireguard-openbsd-82828006631aa3896443acf5dd1b896e21a20595.tar.xz wireguard-openbsd-82828006631aa3896443acf5dd1b896e21a20595.zip |
constuct -> construct
Diffstat (limited to 'usr.bin/patch/inp.c')
-rw-r--r-- | usr.bin/patch/inp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c index b77cf530f6c..5a196a40112 100644 --- a/usr.bin/patch/inp.c +++ b/usr.bin/patch/inp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inp.c,v 1.32 2004/08/05 21:47:24 deraadt Exp $ */ +/* $OpenBSD: inp.c,v 1.33 2005/11/14 19:54:10 miod Exp $ */ /* * patch - a program to apply diffs to original files @@ -27,7 +27,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: inp.c,v 1.32 2004/08/05 21:47:24 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: inp.c,v 1.33 2005/11/14 19:54:10 miod Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -95,7 +95,7 @@ re_input(void) } } -/* Constuct the line index, somehow or other. */ +/* Construct the line index, somehow or other. */ void scan_input(const char *filename) |