From e1a5d206689d0d18293311e693eeefbb8aac1a90 Mon Sep 17 00:00:00 2001 From: Antoine Bax de Keating Date: Mon, 19 Aug 2024 10:08:14 +0200 Subject: [PATCH] typos --- uio_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uio_app.c b/uio_app.c index e7d60f8..f528bf8 100644 --- a/uio_app.c +++ b/uio_app.c @@ -52,7 +52,7 @@ int main() break; } - // actualy read, acknoledges the interrupt + // actually read, acknowledges the interrupt char buf[4]; err = read(uiofd, buf, 4); if (err !=4){