Comment typofix
authorAlp Toker <alp@mono-cvs.ximian.com>
Sun, 20 Aug 2006 11:19:16 +0000 (11:19 -0000)
committerAlp Toker <alp@mono-cvs.ximian.com>
Sun, 20 Aug 2006 11:19:16 +0000 (11:19 -0000)
svn path=/trunk/mcs/; revision=64084

mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs

index bd6cd260dac941a6b6959c852f02cb9cacb154b7..233ea4e5150c75c5e69f9cccc454cde8464e40f8 100644 (file)
@@ -639,7 +639,7 @@ namespace Mono.Unix.Native {
                POLLHUP     = 0x0010, // Hung up
                POLLNVAL    = 0x0020, // Invalid request; fd not open
                // XPG4.2 definitions (via _XOPEN_SOURCE)
-               POLLRDNORM  = 0x0040, // Normal data bay be read
+               POLLRDNORM  = 0x0040, // Normal data may be read
                POLLRDBAND  = 0x0080, // Priority data may be read
                POLLWRNORM  = 0x0100, // Writing now will not block
                POLLWRBAND  = 0x0200, // Priority data may be written