fix typos

This commit is contained in:
Vítor Santos Costa 2014-10-05 23:59:34 +01:00
parent 028c036757
commit 800a019a16
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
g/*************************************************************************
/*************************************************************************
* *
* YAP Prolog *
* *
@ -459,6 +459,9 @@ The goal `garbage_collect` forces a garbage collection.
*/
garbage_collect :-
'$gc'.
/** @pred gc
@ -480,6 +483,7 @@ The goal `nogc` disables garbage collection. The same as
nogc :-
yap_flag(gc,off).
/** @pred garbage_collect_atoms