From b262b8f057a533ea306bed3bb0e644599948f2da Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 29 Aug 2009 11:01:16 +0000 Subject: typos in comments --- sys/arch/socppc/socppc/fdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/socppc') 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 @@ -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) -- cgit v1.2.3