From: mgh Date: Tue, 27 Nov 2007 12:57:09 +0000 (+0000) Subject: Changed the comments on the long jump functions to better describe their X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain/fd2f24345ec87f52b8f1d1a647d710ff56dbe326 Changed the comments on the long jump functions to better describe their behaviour git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@900 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/include/fosa_long_jump.h b/include/fosa_long_jump.h index c536521..d9c8531 100644 --- a/include/fosa_long_jump.h +++ b/include/fosa_long_jump.h @@ -141,9 +141,8 @@ int fosa_long_jump_save_context * saved. If invoked after a direct invocation to * fosa_long_jump_save_context, the function shall set the variable * pointed to by jumped to zero. If invoked after returning from - * fosa_long_jump_save_context due to a call to - * fosa_long_jump_restore_context, the function shall set this - * variable to 1. + * fosa_long_jump_save_context due to a long jump caused by the long + * jump handler, the function shall set this variable to 1. * * Returns 0 if successful; otherwise it returns an error code: * FOSA_EINVAL: the value of context is invalid