Skip to content

Commit 9ad3886

Browse files
author
Ulrich Becker
committed
Typing error in comment removed
1 parent 835ea93 commit 9ad3886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* If you have been made and installed the shared-library via the makefile in
1616
* /src/makefile just compile this example by the following line:
1717
*
18-
* gcc -o t1 -lFindProcess test.c
18+
* gcc -o t1 -lFindProcess test.c
1919
*
2020
* otherwise invoke the makefile in this directory.
2121
*/

src/find_process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ static int _onPid( ON_PID_ARG_T* pArg )
223223
};
224224

225225
/*!----------------------------------------------------------------------------
226-
* @see fins_process.h
226+
* @see find_process.h
227227
*/
228228
int forAllProcesses( ON_PID_F onPid, void* pUser )
229229
{

0 commit comments

Comments
 (0)