mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-21 17:42:26 -04:00
Fix comment
This commit is contained in:
parent
4b93939b71
commit
3059ac1252
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
// Create PFA in some static memory area because typically you don't have memory
|
||||
// management in kernel before PFA is even used.
|
||||
// management in kernel without PFA.
|
||||
struct KernAux_PFA pfa;
|
||||
|
||||
int main()
|
||||
|
|
Loading…
Add table
Reference in a new issue