From c0cd5f5c14152621ad5226d90d5ab1a2f48d5d9e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 6 Jan 2005 08:01:49 +0000 Subject: [PATCH] Fix typo. --- doc/debug.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debug.texi b/doc/debug.texi index 12ca40e..961888f 100644 --- a/doc/debug.texi +++ b/doc/debug.texi @@ -198,7 +198,7 @@ tree used for this example, line 405 of @file{filesys/file.c} is the assertion @example -ASSERT (file_ofs >= )0; +ASSERT (file_ofs >= 0); @end example @noindent -- 2.30.2