]> git.eshelyaron.com Git - emacs.git/commitdiff
fileio.c comment spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Jul 2025 00:27:54 +0000 (17:27 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:48:59 +0000 (10:48 +0200)
(cherry picked from commit c35d09edcf04dc3e5cabdc7877c10b7600630d74)

src/fileio.c

index 70433f4d3304450d0993c08c1832cedf607b8070..221cb175dd8cfaf143c7368be5f9c835c2b77a76 100644 (file)
@@ -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];