summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-04 09:27:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-04 09:27:26 +0000
commitd299ef7f10c6bf07d426f3a6eb4702c4f7f23eb6 (patch)
tree91404f5825cdb7e88a3d7feeb294186febb2cf8e
parent59baa93d20893d2b6e87d23040dd75eb666e712f (diff)
Notes
-rw-r--r--usr.bin/xlint/lint1/emit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c
index f98f5404cfda..24e5348879a7 100644
--- a/usr.bin/xlint/lint1/emit.c
+++ b/usr.bin/xlint/lint1/emit.c
@@ -29,6 +29,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#ifndef lint
@@ -216,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)