Remove apostrophe from AP's for consistency (arm64 mp_machdep)
This commit is contained in:
parent
1e066951b0
commit
7fc0791608
@ -190,7 +190,7 @@ release_aps(void *dummy __unused)
|
||||
DELAY(1000);
|
||||
}
|
||||
|
||||
printf("AP's not started\n");
|
||||
printf("APs not started\n");
|
||||
}
|
||||
SYSINIT(start_aps, SI_SUB_SMP, SI_ORDER_FIRST, release_aps, NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user