]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - update file comments in src/malloc.c.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 29 Sep 2013 02:00:49 +0000 (22:00 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 29 Sep 2013 02:10:49 +0000 (22:10 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/malloc.c

index 281f41e4e0b59937812a073beb3d06460cfc2c3e..65104f6307091e3f0b18d01fcccbf04f178192f8 100644 (file)
@@ -1,6 +1,6 @@
-// Post memory manager (PMM) calls
+// Internal dynamic memory allocations.
 //
-// Copyright (C) 2009  Kevin O'Connor <kevin@koconnor.net>
+// Copyright (C) 2009-2013  Kevin O'Connor <kevin@koconnor.net>
 //
 // This file may be distributed under the terms of the GNU LGPLv3 license.