diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:47:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:47:00 +0000 |
commit | 2911f47f375e16dac32797bb1d17b6adc832faab (patch) | |
tree | 10d827135bb49f0756bd22b9e3861509632ddb53 /sys/arch/loongson | |
parent | 0af5ebf98756241d72ffa2376c9ada21956d1a57 (diff) |
disatcher -> dispatcher
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/dev/voyager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/dev/voyager.c b/sys/arch/loongson/dev/voyager.c index 31cf52466f5..c9caee9ab69 100644 --- a/sys/arch/loongson/dev/voyager.c +++ b/sys/arch/loongson/dev/voyager.c @@ -1,4 +1,4 @@ -/* $OpenBSD: voyager.c,v 1.6 2021/03/11 11:16:58 jsg Exp $ */ +/* $OpenBSD: voyager.c,v 1.7 2022/02/21 12:46:59 jsg Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -201,7 +201,7 @@ voyager_search(struct device *parent, void *vcf, void *args) } /* - * Interrupt disatcher + * Interrupt dispatcher */ int |