From f231da016baceb4bf05207bd7fa7a2bb22fc758c Mon Sep 17 00:00:00 2001 From: pmoura Date: Thu, 27 Dec 2007 02:40:28 +0000 Subject: [PATCH] Correcte typo in the documentation of the key "walltime" of the built-in predicate statistics/2. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2048 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- docs/yap.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yap.tex b/docs/yap.tex index a530bffcf..fe181eb90 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -6960,7 +6960,7 @@ Space in kbytes currently being used and still available for the trail. @item walltime @findex walltime (statistics/2 option) -@code{[@var{Time since Boot},@var{Time From Last Call to Runtime}]} +@code{[@var{Time since Boot},@var{Time From Last Call to Walltime}]} @* This gives the clock time in milliseconds since starting Prolog.