Skip to content
Snippets Groups Projects
Commit 67befdb5 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix typo: index -> k.

parent 4b838e3f
No related branches found
No related tags found
No related merge requests found
...@@ -436,7 +436,7 @@ static unsigned long *space_size[] = { ...@@ -436,7 +436,7 @@ static unsigned long *space_size[] = {
#define HOLE_SIZE 0x2000 #define HOLE_SIZE 0x2000
void void
make_hole(int index) make_hole(int k)
{ {
os_vm_address_t hole; os_vm_address_t hole;
......
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