changeset 1059:7f42e76331b0

[project @ 1995-01-23 00:01:39 by jwe]
author jwe
date Mon, 23 Jan 1995 00:01:39 +0000
parents 5d4bf117d58d
children 8c1a25cdfa81
files src/pt-cmd.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-cmd.cc
+++ b/src/pt-cmd.cc
@@ -27,7 +27,7 @@
 
 #include <iostream.h>
 
-// Nonzero means we're breaking out of a loop.
+// Nonzero means we're breaking out of a loop or function body.
 int breaking = 0;
 
 // Nonzero means we're jumping to the end of a loop.