We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cc303 commit d1493dcCopy full SHA for d1493dc
1 file changed
doc/src/tutorial/writing_a_callback.dox
@@ -34,7 +34,7 @@ typedef struct
34
paTestData;
35
36
/* This routine will be called by the PortAudio engine when audio is needed.
37
-** It may called at interrupt level on some machines so don't do anything
+** It may be called at interrupt level on some machines so don't do anything
38
** that could mess up the system like calling malloc() or free().
39
*/
40
static int patestCallback( const void *inputBuffer, void *outputBuffer,
0 commit comments