Skip to content

Commit e7dbe21

Browse files
committed
[review] Use malloc flags MAF_* in tee_mm.h
Addressing a comment. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent a6d5abc commit e7dbe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libutils/isoc/include/malloc_flags.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define MAF_FREE_WIPE 0x04 /* Free wipes allocated buffer */
2929
/*
3030
* Used by tee_mm_init() to indicatate that the pool should allocate
31-
* from hi address to low address.
31+
* from high address to low address.
3232
*/
3333
#define MAF_HI_ALLOC 0x10
3434
/*

0 commit comments

Comments
 (0)