diff options
author | Jack Danger Canty <github@jackcanty.com> | 2015-09-23 20:38:05 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-09-28 02:50:40 +0200 |
commit | 8f4e661f537816571e4048bde73216c1d19903f9 (patch) | |
tree | bddf7c441126d096cf53b64345605b5f74d02dab /PROBLEMS | |
parent | Skylake performance results. (diff) | |
download | openssl-8f4e661f537816571e4048bde73216c1d19903f9.tar.xz openssl-8f4e661f537816571e4048bde73216c1d19903f9.zip |
Fixing typo in PROBLEMS
Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ While running tests, running a parallell make is a bad idea. Many test scripts use the same name for output and input files, which means different will interfere with each other and lead to test failure. -The solution is simple for now: don't run parallell make when testing. +The solution is simple for now: don't run parallel make when testing. * Bugs in gcc triggered |