Skip to content
Snippets Groups Projects
Commit 027cf10f authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Typo in a debug message

parent fed9ce4c
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -1258,7 +1258,7 @@ wrap (const char *name, ...@@ -1258,7 +1258,7 @@ wrap (const char *name,
"mmap/mprotect flags information load error (errno: %d): %s", "mmap/mprotect flags information load error (errno: %d): %s",
mmap_errno, mmap_error ); mmap_errno, mmap_error );
DEBUG( DEBUG_MPROTECT, DEBUG( DEBUG_MPROTECT,
"relocation will be unable to handle relro linked libraries" ); "relocation will be unable to handle RELRO linked libraries" );
} }
for( int i = 0; rdata.mmap_info[i].start != MAP_FAILED; i++ ) for( int i = 0; rdata.mmap_info[i].start != MAP_FAILED; i++ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment