1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-21 17:42:26 -04:00

Fix comment

This commit is contained in:
Alex Kotov 2021-12-14 04:59:49 +05:00
parent 4b93939b71
commit 3059ac1252
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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()