1
0
Fork 0

Fix typos.

This commit is contained in:
Peter H. Fröhlich 2019-06-14 23:13:15 +02:00
parent 219c118d7f
commit e5bcaeb2e5
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# BSD Zero Clause License
Copyright © 2019 by Peter H. Fröhlich <peter.hans.froehlich@gmail.com>
Copyright © 2019 by Peter H. Fröhlich \<peter.hans.froehlich@gmail.com>
Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted.

View File

@ -1,4 +1,4 @@
# reconques
# reconque
Replace queues that are in active use! 😄
@ -49,7 +49,7 @@ Speaking of complications:
3. If you're performance-hungry, make sure you replace the `%` with a bitwise
`&` and power-of-two capacities. I wouldn't recommend replacing the recursive
parts, but if you find them offensive...
4. Threads? Oh well. You'll need to add mutexes are apply fancy atomics in all
4. Threads? Oh well. You'll need to add mutexes or apply fancy atomics in all
the right places. Sorry, you're on your own.
## License
@ -57,5 +57,5 @@ Speaking of complications:
I very much doubt that you can use the code "as is" for a real system, but feel
free to take it as a starting point if that seems helpful. Since it's under a
0-clause BSD license, which essentially makes it public domain, you're welcome
to do as you please. If the code was helpful to you, I'd *appreciate* an email,
but it's not required.
to do as you please. If the code was helpful to you I'd *appreciate* an email,
but it's certainly not required.