aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-17 00:05:13 +1300
committerDavid Phillips <david@sighup.nz>2017-02-17 00:05:13 +1300
commit459bdbc70eb243f88f21cf1da23e5d811c0f0a00 (patch)
tree76f125d0492e6a9e8bde2ef21fd8f9e31342c3d1
parent35f40f78b773ba8abc46e7232cddd3a1b3a8b9c2 (diff)
downloadfractal-gen-opencl-459bdbc70eb243f88f21cf1da23e5d811c0f0a00.tar.xz
Clear up grammar
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1af294f..1b54b7b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
This is a work-in-progress port of my simple fractal-gen software to OpenCL.
That software was an experiment of mine to generate mandelbrot (and some of
-its cousins) fractals on CPU. This is my attempt at porting that software to
+its cousin) fractals on CPU. This is my attempt at porting that software to
OpenCL so it can be used on a multitude of computation devices, including GPUs.
I had started to port it to CUDA in October 2016, but changed to CL because