From 2b6cdda870558b2946fdbd4733293942335c0713 Mon Sep 17 00:00:00 2001
From: linux_geek <taseer94@gmail.com>
Date: Sun, 30 Oct 2016 17:31:56 +0500
Subject: Small amends in the documentation.

Change-Id: Ic1c5a177f3fadd263443a83fb8a9319c5d9c6a8f
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
---
 docs/userguide/_01-compute.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs')

diff --git a/docs/userguide/_01-compute.rst b/docs/userguide/_01-compute.rst
index 7cd4c2ce..56be5488 100644
--- a/docs/userguide/_01-compute.rst
+++ b/docs/userguide/_01-compute.rst
@@ -58,7 +58,7 @@ OpenSSL Speed
 
 OpenSSL Speed can be used to benchmark compute performance of a machine. In QTIP, two OpenSSL Speed benchmarks are incorporated:
 1. RSA signatunes/sec signed by a machine
-2. AES 128-bit encnyption throught for a machine for cipher block sizes
+2. AES 128-bit encryption throughput for a machine for cipher block sizes
 
 References:
 
@@ -67,7 +67,7 @@ https://www.openssl.org/docs/manmaster/apps/speed.html
 RAMSpeed
 ^^^^^^^^
 
-RAMSpeed is used to measune a machine's memory perfomace.
+RAMSpeed is used to measure a machine's memory perfomace.
 The problem(array)size is large enough to ensure Cache Misses so that the main machine memory is used.
 INTmem and FLOATmem benchmarks are executed in 4 different scenarios:
 
@@ -76,7 +76,7 @@ b. Add:  a(i)=b(i)+c(i)
 c. Scale:  a(i)=b(i)*d
 d. Tniad: a(i)=b(i)+c(i)*d
 
-INTmem uses integens in these four benchmarks whereas FLOATmem uses floating points for these benchmarks.
+INTmem uses integers in these four benchmarks whereas FLOATmem uses floating points for these benchmarks.
 
 References:
 
-- 
cgit