fix typo in unit of time.
authorsobrado <sobrado@openbsd.org>
Thu, 22 Oct 2015 11:01:49 +0000 (11:01 +0000)
committersobrado <sobrado@openbsd.org>
Thu, 22 Oct 2015 11:01:49 +0000 (11:01 +0000)
ok jmc@

share/man/man4/man4.octeon/octrng.4

index 04eeac6..fcc9eec 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: octrng.4,v 1.2 2013/10/25 13:05:20 jmc Exp $
+.\"    $OpenBSD: octrng.4,v 1.3 2015/10/22 11:01:49 sobrado Exp $
 .\"
 .\" Copyright (c) 2013 Paul Irofti <pirofti@openbsd.org>
 .\"
@@ -15,7 +15,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"
-.Dd $Mdocdate: October 25 2013 $
+.Dd $Mdocdate: October 22 2015 $
 .Dt OCTRNG 4 octeon
 .Os
 .Sh NAME
@@ -31,7 +31,7 @@ driver supports the random number generator found on the CN50XX chip.
 After the 5 seconds it takes for the device to be initialized, the
 .Nm
 driver feeds the random subsystem's entropy pool 32 bits of data every
-10 miliseconds through the
+10 milliseconds through the
 .Xr add_true_randomness 9
 API.
 .Sh SEE ALSO