diff options
Diffstat (limited to 'sys/dev/usb/if_atu.c')
-rw-r--r-- | sys/dev/usb/if_atu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index 4d232706a48..8e8a014be42 100644 --- a/sys/dev/usb/if_atu.c +++ b/sys/dev/usb/if_atu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atu.c,v 1.79 2007/01/02 14:43:50 claudio Exp $ */ +/* $OpenBSD: if_atu.c,v 1.80 2007/04/10 17:47:55 miod Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -499,7 +499,7 @@ atu_start_ibss(struct atu_softc *sc) return err; } - /* Wait for the adapter to do it's thing */ + /* Wait for the adapter to do its thing */ err = atu_wait_completion(sc, CMD_START_IBSS, NULL); if (err) { DPRINTF(("%s: error waiting for start_ibss\n", @@ -1032,7 +1032,7 @@ atu_external_firmware(void *arg) } /* - * The SMC2662w V.4 seems to require some time to do it's thing with + * The SMC2662w V.4 seems to require some time to do its thing with * the external firmware... 20 ms isn't enough, but 21 ms works 100 * times out of 100 tries. We'll wait a bit longer just to be sure */ |