diff options
Diffstat (limited to 'sys/dev/asr')
-rw-r--r-- | sys/dev/asr/asr.c | 2 | ||||
-rw-r--r-- | sys/dev/asr/osd_util.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index c9a2959..4e1c284 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -988,7 +988,7 @@ ASR_queue_s ( } /* ASR_queue_s */ /* - * Send a message synchronously to a Asr_softc_t + * Send a message synchronously to an Asr_softc_t. */ STATIC int ASR_queue_c ( diff --git a/sys/dev/asr/osd_util.h b/sys/dev/asr/osd_util.h index ff2f589..a243c04 100644 --- a/sys/dev/asr/osd_util.h +++ b/sys/dev/asr/osd_util.h @@ -325,7 +325,7 @@ uSHORT osdDestroySemaphore(SEMAPHORE_T); uLONG osdRequestSemaphore(SEMAPHORE_T,uLONG); /* Release access to the specified mutually exclusive semaphore */ uSHORT osdReleaseSemaphore(SEMAPHORE_T); - /* wait for a event to happen */ + /* wait for an event to happen */ uLONG osdWaitForEventSemaphore(SEMAPHORE_T, uLONG); /* signal an event */ uLONG osdSignalEventSemaphore(SEMAPHORE_T); |