Merge pull request #177061 from ckiee/bitXOr-typo

lib/zip-int-bits: fix typo: bitXOR -> bitXor
This commit is contained in:
Silvan Mosberger 2022-06-09 19:06:32 +02:00 committed by GitHub
commit 53ee7c4879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/* Helper function to implement a fallback for the bit operators
`bitAnd`, `bitOr` and `bitXOr` on older nix version.
`bitAnd`, `bitOr` and `bitXor` on older nix version.
See ./trivial.nix
*/
f: x: y: