diff options
Diffstat (limited to 'sys/mips/nlm/cms.c')
-rw-r--r-- | sys/mips/nlm/cms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/nlm/cms.c b/sys/mips/nlm/cms.c index 043d588..a991add 100644 --- a/sys/mips/nlm/cms.c +++ b/sys/mips/nlm/cms.c @@ -82,7 +82,7 @@ static struct msgring_thread msgring_threads[XLP_MAX_CORES * XLP_MAX_THREADS]; static struct proc *msgring_proc; /* all threads are under a proc */ /* - * The device drivers can register a handler for the the messages sent + * The device drivers can register a handler for the messages sent * from a station (corresponding to the device). */ struct tx_stn_handler { |