Fixed a comment.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2432 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-12 16:48:48 +00:00
parent f351df0829
commit 24154245f1
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ rldmain(void *_args)
if (entry == NULL)
return -1;
// call the program entry point (usually main())
// call the program entry point (usually _start())
return ((int (*)(void *))entry)(args);
}