diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-28 22:00:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-28 22:10:49 -0400 |
commit | 3061815f4163c6962810f30b78ec21e1d837eaaf (patch) | |
tree | cb2af0264063d9f2d99d80c07060370379491c67 /src/malloc.c | |
parent | 4ade523a9db32b2a0e3cdeec3413c52e463542c8 (diff) | |
download | seabios-3061815f4163c6962810f30b78ec21e1d837eaaf.tar.gz |
Minor - update file comments in src/malloc.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/malloc.c')
-rw-r--r-- | src/malloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/malloc.c b/src/malloc.c index 281f41e4..65104f63 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 <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. |