about summary refs log tree commit diff stats
path: root/src/teliva.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-01-03 13:24:21 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-01-03 13:24:21 -0800
commit1c78ab3d2e380ca633a3812e4779de0e67abf3d6 (patch)
treeae063b8a9e4665f844b002cdd0707245225ca739 /src/teliva.c
parentf6cf8f801cd23d2f4d4f68c030e97fde62fc51cf (diff)
downloadteliva-1c78ab3d2e380ca633a3812e4779de0e67abf3d6.tar.gz
comment
Diffstat (limited to 'src/teliva.c')
-rw-r--r--src/teliva.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teliva.c b/src/teliva.c
index 777648b..a1a684c 100644
--- a/src/teliva.c
+++ b/src/teliva.c
@@ -272,7 +272,7 @@ void assign_call_graph_depth_to_name(lua_State* L, int depth, const char* name)
     lua_setfield(L, cgt, name);
   }
   // clean up
-  lua_pop(L, 1);  // key
+  lua_pop(L, 1);  // value
   lua_pop(L, 1);  // table
 }