From f7f6a1a826db574c4ba60b3845026cd23b5ddb75 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 12 Jul 2025 17:27:54 -0700 Subject: [PATCH] fileio.c comment spelling fix (cherry picked from commit c35d09edcf04dc3e5cabdc7877c10b7600630d74) --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index 70433f4d330..221cb175dd8 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -860,7 +860,7 @@ usage: (file-name-concat DIRECTORY &rest COMPONENTS) */) ptrdiff_t i; /* First go through the list to check the types and see whether - they're all of the same multibytedness. */ + they're all of the same multibyteness. */ for (i = 0; i < nargs; i++) { Lisp_Object arg = args[i]; -- 2.39.5