summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 11:15:10 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 11:15:10 +0000
commite264a56d431e791e56f321b8c97a1e2252949e1c (patch)
treee8b9c83ac3e35ae694a7edfdb711e3d3bd770a89 /sys/arch
parent8757fe59f96159830f8d970a2b95b7b01f2402aa (diff)
implenent -> implement
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/powerpc64/dev/phb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/dev/phb.c b/sys/arch/powerpc64/dev/phb.c
index 475439e28c8..8ab39523631 100644
--- a/sys/arch/powerpc64/dev/phb.c
+++ b/sys/arch/powerpc64/dev/phb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: phb.c,v 1.21 2020/12/20 21:03:53 kettenis Exp $ */
+/* $OpenBSD: phb.c,v 1.22 2022/02/21 11:15:09 jsg Exp $ */
/*
* Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
*
@@ -358,7 +358,7 @@ phb_attach(struct device *parent, struct device *self, void *aux)
* physical page at address zero as mapped at 4 GB in PCI
* address space. If we fail to set up this TCE table we fall
* back on using no-translate operation, which means that
- * devices that don't implenent 64 address lines may not
+ * devices that don't implement 64 address lines may not
* function properly.
*/
phb_setup_tce_table(sc);