Fixed: Typo

This commit is contained in:
kervala 2015-11-21 17:37:45 +01:00
parent 833f49cd6a
commit d6bd6bef9c

View file

@ -771,7 +771,7 @@ bool launchProgram(const std::string &programName, const std::string &arguments,
int status = vfork ();
/////////////////////////////////////////////////////////
/// WARNING : NO MORE INSTRCUTION AFTER VFORK !
/// WARNING : NO MORE INSTRUCTION AFTER VFORK !
/// READ VFORK manual
/////////////////////////////////////////////////////////
if (status == -1)