diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-25 15:49:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-25 15:49:39 +0000 |
commit | 090d9a3e2078dde036eef334d12ffdfdaca6c0af (patch) | |
tree | b0d1f3cd05fbdf46d79aa2b46f28b4d29433e58b /sys/dev/ic | |
parent | 7f4cede6138feb4874fbeb8b17ad2418be83934f (diff) |
dont' -> don't in comments;
from ray lai;
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/an.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index d429ead4dee..fa3c5355d04 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $OpenBSD: an.c,v 1.42 2005/06/20 22:42:29 jsg Exp $ */ +/* $OpenBSD: an.c,v 1.43 2005/10/25 15:49:37 jmc Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -907,7 +907,7 @@ an_setdef(sc, areq) /* Disable the MAC */ an_cmd(sc, AN_CMD_DISABLE, 0); - /* Just write the key, we dont' want to save it */ + /* Just write the key, we don't want to save it */ an_write_record(sc, (struct an_ltv_gen *)areq); /* Turn the MAC back on */ |