Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bax-smile committed Aug 19, 2024
1 parent 02a3d3b commit e1a5d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uio_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit e1a5d20

Please sign in to comment.