From 83bd42a02024ed5779a5c8d61af34e0319447364 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 21 Jul 2011 21:57:15 +0200 Subject: [PATCH] remove type --- libkern/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkern/printf.c b/libkern/printf.c index defa303f..0cdca565 100644 --- a/libkern/printf.c +++ b/libkern/printf.c @@ -36,7 +36,7 @@ /* - * eduOS's printf implementation is based on a implementation which was + * MetalSVM's printf implementation is based on a implementation which was * published at http://www.pagetable.com/?p=298. * The authors built a full-featured standalone version of printf(). The * base code has been taken from FreeBSD (sys/kern/subr_prf.c) and is