Skip to content

Commit b8cded7

Browse files
authored
Merge pull request #260 from notunderground/dev
fix typos in config.txt
2 parents b64d585 + f2c8f0c commit b8cded7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ null,
2727

2828
/*
2929
* LARGE PAGE SUPPORT
30-
* Large pages need a properly set up OS. It can be difficult if you are not used to systems administation,
31-
* but the performace results are worth the trouble - you will get around 20% boost. Slow memory mode is
30+
* Large pages need a properly set up OS. It can be difficult if you are not used to systems administration,
31+
* but the performance results are worth the trouble - you will get around 20% boost. Slow memory mode is
3232
* meant as a backup, you won't get stellar results there. If you are running into trouble, especially
3333
* on Windows, please read the common issues in the README.
3434
*
@@ -53,13 +53,13 @@ null,
5353
* and "* hard memlock 262144". You can also do it Windows-style and simply run-as-root, but this is NOT
5454
* recommended for security reasons.
5555
*
56-
* Memory locking means that the kernel can't swap out the page to disk - something that is unlikey to happen on a
56+
* Memory locking means that the kernel can't swap out the page to disk - something that is unlikely to happen on a
5757
* command line system that isn't starved of memory. I haven't observed any difference on a CLI Linux system between
5858
* locked and unlocked memory. If that is your setup see option "no_mlck".
5959
*/
6060

6161
/*
62-
* use_slow_memory defines our behaviour with regards to large pages. There are three possible options here:
62+
* use_slow_memory defines our behavior with regards to large pages. There are three possible options here:
6363
* always - Don't even try to use large pages. Always use slow memory.
6464
* warn - We will try to use large pages, but fall back to slow memory if that fails.
6565
* no_mlck - This option is only relevant on Linux, where we can use large pages without locking memory.
@@ -70,7 +70,7 @@ null,
7070

7171
/*
7272
* NiceHash mode
73-
* nicehash_nonce - Limit the noce to 3 bytes as required by nicehash. This cuts all the safety margins, and
73+
* nicehash_nonce - Limit the nonce to 3 bytes as required by nicehash. This cuts all the safety margins, and
7474
* if a block isn't found within 30 minutes then you might run into nonce collisions. Number
7575
* of threads in this mode is hard-limited to 32.
7676
*/

0 commit comments

Comments
 (0)