diff options
| author | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
|---|---|---|
| committer | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
| commit | 9681fedbb44a25ffa1108b88a4795e017746ca6c (patch) | |
| tree | 78ed8bd33e87863aa826f86656aa728bbf777ec8 /node/Salsa20.cpp | |
| parent | b6d97af4514ec433bfbb6d8e6b696a8d62e98bef (diff) | |
| download | infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.tar.gz infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.zip | |
Spellcheck sweep across codebase
Diffstat (limited to 'node/Salsa20.cpp')
| -rw-r--r-- | node/Salsa20.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Salsa20.cpp b/node/Salsa20.cpp index 1d4117e3..ca9e4718 100644 --- a/node/Salsa20.cpp +++ b/node/Salsa20.cpp @@ -14,7 +14,7 @@ #define XOR(v,w) ((v) ^ (w)) #define PLUS(v,w) ((uint32_t)((v) + (w))) -// Set up laod/store macros with appropriate endianness (we don't use these in SSE mode) +// Set up load/store macros with appropriate endianness (we don't use these in SSE mode) #ifndef ZT_SALSA20_SSE #if __BYTE_ORDER == __LITTLE_ENDIAN |
