Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent, no real change (beside maybe a typo or two)
[simgrid.git] / doc / gtut-tour-08-exceptions.doc
index 057e9bf..b9c7e36 100644 (file)
@@ -62,7 +62,7 @@ CATCH(e) {
 Another strange thing is that you should actually free the memory allocated
 to the exception with xbt_ex_fres() if you manage to deal with them. There
 is a bit more than this on the picture (#TRY_CLEANUP blocks, for example), and
-you should check the section \ref XBT_ex for more details.
+you should check the section \ref XBT_ex for more details.
 
 You should be <b>very carfull</b> when using the exceptions. They work great
 when used correctly, but there is a few golden rules you should never break.