OSDN Git Service

Correct spelling mistake in a comment.
authorEdward Betts <edward@4angle.com>
Wed, 30 Aug 2017 10:13:31 +0000 (11:13 +0100)
committerrelan <relan@users.noreply.github.com>
Tue, 5 Sep 2017 14:38:15 +0000 (17:38 +0300)
libexfat/io.c

index 63ccfdb..318674d 100644 (file)
@@ -84,7 +84,7 @@ struct exfat_dev* exfat_open(const char* spec, enum exfat_mode mode)
           started with stdin (0), stdout (1) or stderr (2) closed, the system
           will give us descriptor 0, 1 or 2 later when we open block device,
           FUSE communication pipe, etc. As a result, functions using stdin,
-          stdout or stderr will actualy work with a different thing and can
+          stdout or stderr will actually work with a different thing and can
           corrupt it. Protect descriptors 0, 1 and 2 from such misuse. */
        while (!is_open(STDIN_FILENO)
                || !is_open(STDOUT_FILENO)