diff mbox series

libcc1: Fix a typo

Message ID 20240918194452.10775-1-algonell@gmail.com
State New
Headers show
Series libcc1: Fix a typo | expand

Commit Message

Andrew Kreimer Sept. 18, 2024, 7:44 p.m. UTC
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 libcc1/configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libcc1/configure b/libcc1/configure
index ea689a353c8..d27b9a1f600 100755
--- a/libcc1/configure
+++ b/libcc1/configure
@@ -17682,7 +17682,7 @@  func_basename ()
 #             to NONDIR_REPLACEMENT.
 #             value returned in "$func_dirname_result"
 #   basename: Compute filename of FILE.
-#             value retuned in "$func_basename_result"
+#             value returned in "$func_basename_result"
 # Implementation must be kept synchronized with func_dirname
 # and func_basename. For efficiency, we do not delegate to
 # those functions but instead duplicate the functionality here.