From 5f5136c22566be954b7b47f874f196ed63f7a441 Mon Sep 17 00:00:00 2001
From: Robert Sprowson <rsprowson@gitlab.riscosopen.org>
Date: Sun, 29 Mar 2015 15:47:16 +0000
Subject: [PATCH] Typo fello->ftello. Not tagged.

---
 clib/h/stdio | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clib/h/stdio b/clib/h/stdio
index f96a9c6..e3febb3 100644
--- a/clib/h/stdio
+++ b/clib/h/stdio
@@ -70,7 +70,7 @@ typedef fpos_t off_t;
    /*
     * off_t is an object capable of recording the offset from any position
     * within a file to any other position within that file, and is used by
-    * the LFS extension functions fseeko() and fello().
+    * the LFS extension functions fseeko() and ftello().
     */
 
 #if __STDC_VERSION__ >= 199901 && defined(_LARGEFILE64_SOURCE)
-- 
GitLab