From: Paul Eggert Date: Sun, 13 Jul 2025 00:27:54 +0000 (-0700) Subject: fileio.c comment spelling fix X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7f6a1a826db574c4ba60b3845026cd23b5ddb75;p=emacs.git fileio.c comment spelling fix (cherry picked from commit c35d09edcf04dc3e5cabdc7877c10b7600630d74) --- 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];