Fix spelling of "multiple".
authorVagrant Cascadian <vagrant@debian.org>
Mon, 24 Oct 2016 03:45:16 +0000 (20:45 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2016 14:13:16 +0000 (10:13 -0400)
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
fs/ubifs/ubifs.c

index cdc04c6..cc397d6 100644 (file)
@@ -854,7 +854,7 @@ int ubifs_read(const char *filename, void *buf, loff_t offset,
        *actread = 0;
 
        if (offset & (PAGE_SIZE - 1)) {
-               printf("ubifs: Error offset must be a multple of %d\n",
+               printf("ubifs: Error offset must be a multiple of %d\n",
                       PAGE_SIZE);
                return -1;
        }