From 5dd5385b69f9866785ebe6fe7db5813385b8bc40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 13 Oct 1996 13:38:33 +0200
Subject: [PATCH] typo

Rev: doc/builtin/backtrace:1.2
---
 doc/builtin/backtrace | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/builtin/backtrace b/doc/builtin/backtrace
index ce824d420d..b82191e833 100644
--- a/doc/builtin/backtrace
+++ b/doc/builtin/backtrace
@@ -11,8 +11,8 @@ DESCRIPTION
 
 	({
 	   file,	/* a string with the filename if known, else zero */
-	   function,	/* The function-pointer to the called function */
 	   line,	/* an integer containing the line if known, else zero */
+	   function,	/* The function-pointer to the called function */
 	})
 
 	The current call frame will be last in the array, and the one above
-- 
GitLab