diff options
Diffstat (limited to 'nxcomp/src/DecodeBuffer.cpp')
-rw-r--r-- | nxcomp/src/DecodeBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/DecodeBuffer.cpp b/nxcomp/src/DecodeBuffer.cpp index 4c1530d9b..09ed67347 100644 --- a/nxcomp/src/DecodeBuffer.cpp +++ b/nxcomp/src/DecodeBuffer.cpp @@ -476,7 +476,7 @@ const unsigned char *DecodeBuffer::decodeMemory(unsigned int numBytes) // // Force ourselves to a byte boundary. // Is up to application to ensure data - // is word alligned when needed. + // is word aligned when needed. // if (srcMask_ != 0x80) |