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/ofw | |
parent | 7c8306148430f9568aa83355968cf1ed0289bc6d (diff) |
spelling
feedback and ok tb@ jmc@ ok ratchov@
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r-- | sys/dev/ofw/fdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/fdt.c b/sys/dev/ofw/fdt.c index b7d1d739bb2..69e8065b582 100644 --- a/sys/dev/ofw/fdt.c +++ b/sys/dev/ofw/fdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdt.c,v 1.27 2021/05/06 19:45:16 kettenis Exp $ */ +/* $OpenBSD: fdt.c,v 1.28 2022/01/09 05:42:45 jsg Exp $ */ /* * Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> @@ -749,7 +749,7 @@ fdt_is_compatible(void *node, const char *name) #ifdef DEBUG /* - * Debug methods for printing whole tree, particular odes and properies + * Debug methods for printing whole tree, particular nodes and properties */ void * fdt_print_property(void *node, int level) |