From ae0764855111e1222f8dfac7fe2bccf2fe57f2ed Mon Sep 17 00:00:00 2001 From: PhrAx Date: Sat, 29 May 2021 23:50:00 -0700 Subject: [PATCH] fixing typo --- src/raspberrypi/rascsi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/rascsi.cpp b/src/raspberrypi/rascsi.cpp index 6aa7ae6d..fa9988ee 100644 --- a/src/raspberrypi/rascsi.cpp +++ b/src/raspberrypi/rascsi.cpp @@ -1121,7 +1121,7 @@ int main(int argc, char* argv[]) DWORD now; BUS::phase_t phase; BYTE data; - // added setvbuf to overtime stdout buffering, so logs are written immediately and not when the process exits. + // added setvbuf to override stdout buffering, so logs are written immediately and not when the process exits. setvbuf(stdout, NULL, _IONBF, 0); #ifndef BAREMETAL struct sched_param schparam;