summaryrefslogtreecommitdiffhomepage
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 1d18204..5a6c934 100644
--- a/lib.c
+++ b/lib.c
@@ -596,7 +596,7 @@ uc_push(uc_vm_t *vm, size_t nargs)
}
/**
- * Pops the first item from the given array and returns it.
+ * Pops the last item from the given array and returns it.
*
* Returns `null` if the array was empty or if a non-array argument was passed.
*