diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-09 20:13:59 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-09 20:13:59 +0000 |
commit | 60ddec86b1c51bd19cc8ff36709039a79f6feef3 (patch) | |
tree | 7d3e6213bde1ff868d674bf18ae492c68917bdfa /usr.bin/fgen | |
parent | 6ba2859ff51745038306c59d4fe9eefe6f164aff (diff) |
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'usr.bin/fgen')
-rw-r--r-- | usr.bin/fgen/fgen.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fgen/fgen.l b/usr.bin/fgen/fgen.l index 1b93e14eda6..c0acab888c8 100644 --- a/usr.bin/fgen/fgen.l +++ b/usr.bin/fgen/fgen.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: fgen.l,v 1.6 2002/09/23 04:10:14 millert Exp $ */ +/* $OpenBSD: fgen.l,v 1.7 2003/11/09 20:13:57 otto Exp $ */ /* $NetBSD: fgen.l,v 1.12 2001/06/13 10:46:05 wiz Exp $ */ /* FLEX input for FORTH input file scanner */ /* @@ -1034,7 +1034,7 @@ main(argc, argv) /* * Tokenize one file. This is a separate function so it can - * be called recursively to parse mutiple levels of include files. + * be called recursively to parse multiple levels of include files. */ void @@ -1562,7 +1562,7 @@ tokenize(input) */ pos = pop(); /* get position of prev link. */ push(outpos); /* save position of this link. */ - spit(pos); /* save potision of prev link. */ + spit(pos); /* save position of prev link. */ if (offsetsize == 16) { spit(0); } |