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
1 changed files with 1 additions and 1 deletions

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