diff options
author | yar <yar@FreeBSD.org> | 2006-12-29 13:08:46 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-12-29 13:08:46 +0000 |
commit | 070982755d1434c5ffa0f07cc380331bae4d3960 (patch) | |
tree | 0c1d24f4fe57baa3bc525ec64bcec74c7f51c16c /usr.bin/xlint | |
parent | 9c815f48922e41a6e846904d8e7421b29beba663 (diff) | |
download | FreeBSD-src-070982755d1434c5ffa0f07cc380331bae4d3960.zip FreeBSD-src-070982755d1434c5ffa0f07cc380331bae4d3960.tar.gz |
Fix a group of typos:
preceed -> precede,
preceeded -> preceded,
preceeding -> preceding.
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/lint1/emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c index 3e2bfc6..a770e5a 100644 --- a/usr.bin/xlint/lint1/emit.c +++ b/usr.bin/xlint/lint1/emit.c @@ -218,7 +218,7 @@ outint(i) /* * write the name of a symbol to the output buffer - * the name is preceeded by its length + * the name is preceded by its length */ void outname(name) |