diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-09 05:43:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-09 05:43:03 +0000 |
commit | 7f2cad9e054524f505c1edeb608b5d5d491c7327 (patch) | |
tree | 1be6f976d12d656d87b59657c17644c4de355750 /sys/dev/ic/malo.c | |
parent | 7c8306148430f9568aa83355968cf1ed0289bc6d (diff) |
spelling
feedback and ok tb@ jmc@ ok ratchov@
Diffstat (limited to 'sys/dev/ic/malo.c')
-rw-r--r-- | sys/dev/ic/malo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c index 76e7ae20574..6e7efb3f1cc 100644 --- a/sys/dev/ic/malo.c +++ b/sys/dev/ic/malo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malo.c,v 1.121 2020/07/10 13:26:37 patrick Exp $ */ +/* $OpenBSD: malo.c,v 1.122 2022/01/09 05:42:38 jsg Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -1764,7 +1764,7 @@ malo_load_bootimg(struct malo_softc *sc) /* * we loaded the firmware into card memory now tell the CPU * to fetch the code and execute it. The memory mapped via the - * first bar is internaly mapped to 0xc0000000. + * first bar is internally mapped to 0xc0000000. */ malo_send_cmd(sc, 0xc000bef8); |