summaryrefslogtreecommitdiff
path: root/ldebug.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-11-23 17:29:04 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-11-23 17:29:04 -0200
commit599f1742c628db70ef84794b3b8b25fdef9e5004 (patch)
tree6221729270cb636861de393484c048b955a72726 /ldebug.c
parent73abfde2ef16223b12cf04800f6e53bfc68ad356 (diff)
downloadlua-599f1742c628db70ef84794b3b8b25fdef9e5004.tar.gz
lua-599f1742c628db70ef84794b3b8b25fdef9e5004.tar.bz2
lua-599f1742c628db70ef84794b3b8b25fdef9e5004.zip
detail (typo in comments)
Diffstat (limited to 'ldebug.c')
-rw-r--r--ldebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldebug.c b/ldebug.c
index 94b3596c..10102405 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.c,v 2.144 2017/11/13 15:36:52 roberto Exp roberto $ 2** $Id: ldebug.c,v 2.145 2017/11/23 16:35:54 roberto Exp roberto $
3** Debug Interface 3** Debug Interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -51,7 +51,7 @@ static int currentpc (CallInfo *ci) {
51/* 51/*
52** Get a "base line" to find the line corresponding to an instruction. 52** Get a "base line" to find the line corresponding to an instruction.
53** For that, search the array of absolute line info for the largest saved 53** For that, search the array of absolute line info for the largest saved
54** instruction smaller or equal to the wanted instrution. A special 54** instruction smaller or equal to the wanted instruction. A special
55** case is when there is no absolute info or the instruction is before 55** case is when there is no absolute info or the instruction is before
56** the first absolute one. 56** the first absolute one.
57*/ 57*/