From ebe675169e4e98fa7fe31bbd68e1da87cd5faf33 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 21 Feb 2022 11:15:09 +0000 Subject: [PATCH] implenent -> implement --- sys/arch/powerpc64/dev/phb.c | 4 ++-- 1 file 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 * @@ -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); -- 2.20.1