diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2024-04-19 14:39:35 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2024-04-19 14:39:35 +0000 |
commit | 9dc86b471132f75a3e259f06ddbf8e64bc291827 (patch) | |
tree | 713d025e89f224efd49056e3f148fc15629bcfad /sys/arch/riscv64 | |
parent | 68acfc6e1e716f102731791b8bb7b2ab1c482686 (diff) |
Fix typo in comment
Diffstat (limited to 'sys/arch/riscv64')
-rw-r--r-- | sys/arch/riscv64/dev/riscv_cpu_intc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/riscv64/dev/riscv_cpu_intc.c b/sys/arch/riscv64/dev/riscv_cpu_intc.c index c54133f7f81..6ee9e7e7ac6 100644 --- a/sys/arch/riscv64/dev/riscv_cpu_intc.c +++ b/sys/arch/riscv64/dev/riscv_cpu_intc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: riscv_cpu_intc.c,v 1.10 2022/04/06 18:59:27 naddy Exp $ */ +/* $OpenBSD: riscv_cpu_intc.c,v 1.11 2024/04/19 14:39:34 jca Exp $ */ /* * Copyright (c) 2020, Mars Li <mengshi.li.mars@gmail.com> @@ -96,7 +96,7 @@ riscv_intc_attach(struct device *parent, struct device *self, void *aux) /* * XXX right time to enable interrupts ?? - * might need to postpone untile autoconf is finished + * might need to postpone until autoconf is finished */ intr_enable(); } |