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