http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b02a564
)
Typo
author
Michael Brown
<mcb30@etherboot.org>
Fri, 19 Jan 2007 00:48:13 +0000
(
00:48
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 19 Jan 2007 00:48:13 +0000
(
00:48
+0000)
src/tests/umalloc_test.c
patch
|
blob
|
history
diff --git
a/src/tests/umalloc_test.c
b/src/tests/umalloc_test.c
index
98de878
..
910edfe
100644
(file)
--- a/
src/tests/umalloc_test.c
+++ b/
src/tests/umalloc_test.c
@@
-11,9
+11,9
@@
void umalloc_test ( void ) {
printf ( "Before allocation:\n" );
get_memmap ( &memmap );
- bob =
y
malloc ( 1234 );
- bob =
y
realloc ( bob, 12345 );
- fred =
y
malloc ( 999 );
+ bob =
u
malloc ( 1234 );
+ bob =
u
realloc ( bob, 12345 );
+ fred =
u
malloc ( 999 );
printf ( "After allocation:\n" );
get_memmap ( &memmap );