From bfd84b29962a1f4424558d83ff160dae1f687c29 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Oct 2015 05:51:44 +0000 Subject: random.c: comment [ci skip] * random.c (fill_random_bytes_urandom): fix comment typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- random.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/random.c b/random.c index d8b3c7246e..55a6a6fc27 100644 --- a/random.c +++ b/random.c @@ -456,9 +456,9 @@ static int fill_random_bytes_urandom(void *seed, size_t size) { /* - O_NONBLOCK and O_NOCTTY is meaningless if /dev/urandom correctly point - to urandom device. But it protect from several strange hazard if - /dev/urandom is not urandom device. + O_NONBLOCK and O_NOCTTY is meaningless if /dev/urandom correctly points + to a urandom device. But it protects from several strange hazard if + /dev/urandom is not a urandom device. */ int fd = rb_cloexec_open("/dev/urandom", # ifdef O_NONBLOCK -- cgit v1.2.3