diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-29 11:01:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-29 11:01:16 +0000 |
commit | b262b8f057a533ea306bed3bb0e644599948f2da (patch) | |
tree | 7e4ca8fe0c6bc20f61be174d8244d1a1c082718e /sys/arch/socppc | |
parent | d2ff961a81de4071a6a8f0df8000d9d866406ed3 (diff) |
typos in comments
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/socppc/fdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/socppc/fdt.c b/sys/arch/socppc/socppc/fdt.c index 0ddb5b8d7be..8603404c844 100644 --- a/sys/arch/socppc/socppc/fdt.c +++ b/sys/arch/socppc/socppc/fdt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdt.c,v 1.3 2009/08/26 17:30:14 kettenis Exp $ */ +/* $OpenBSD: fdt.c,v 1.4 2009/08/29 11:01:13 miod Exp $ */ /* * Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> @@ -108,7 +108,7 @@ fdt_init(void *fdt) } /* - * Retrieve string pointer from srtings table. + * Retrieve string pointer from strings table. */ char * fdt_get_str(u_int32_t num) |