Skip to content

Commit

Permalink
Fix typos in README (as suggested by blep)
Browse files Browse the repository at this point in the history
  • Loading branch information
imneme committed May 25, 2019
1 parent 2fb3fab commit d67eff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ self explanatory.

The code is written in C99-style C with no significant platform dependencies.
On a Unix-style system (e.g., Linux, Mac OS X) you should be able to just
type type
type

make

Expand Down Expand Up @@ -63,7 +63,7 @@ The directories are arranged as follows:
## 128-bit Math

On systems that support it (64-bit systems using GCC or Clang), the library
provides RNGs that use 128-bit intger math. These generators produce 64-bit
provides RNGs that use 128-bit integer math. These generators produce 64-bit
output (or more) and have a period of 2^128.

If you don't have 128-bit support on your system, you aren't losing that much.
Expand Down

0 comments on commit d67eff2

Please sign in to comment.