From: Kevin O'Connor Date: Sun, 29 Sep 2013 02:00:49 +0000 (-0400) Subject: Minor - update file comments in src/malloc.c. X-Git-Tag: rel-1.7.4~56 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3061815f4163c6962810f30b78ec21e1d837eaaf;p=seabios.git Minor - update file comments in src/malloc.c. Signed-off-by: Kevin O'Connor --- diff --git a/src/malloc.c b/src/malloc.c index 281f41e..65104f6 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -1,6 +1,6 @@ -// Post memory manager (PMM) calls +// Internal dynamic memory allocations. // -// Copyright (C) 2009 Kevin O'Connor +// Copyright (C) 2009-2013 Kevin O'Connor // // This file may be distributed under the terms of the GNU LGPLv3 license.