Index: /branches/eam_branches/ipp-20250626/psLib/src/math/psConstants.h
===================================================================
--- /branches/eam_branches/ipp-20250626/psLib/src/math/psConstants.h	(revision 42952)
+++ /branches/eam_branches/ipp-20250626/psLib/src/math/psConstants.h	(revision 42953)
@@ -67,8 +67,8 @@
 
 // These defines for bitwise opertaions are necessary to yield results of the proper size (use instead of ~)
-#define PS_NOT_U8(A)(UINT8_MAX-(A)) // Perform bitwise NOT on A which is of type U8
-#define PS_NOT_U16(A)(UINT16_MAX-(A)) // Perform bitwaise NOT on A which is of type U16
-#define PS_NOT_U32(A)(UINT32_MAX-(A)) // Perform bitwise NOT on A which is of type U8
-#define PS_NOT_U64(A)(UINT64_MAX-(A)) // Perform bitwaise NOT on A which is of type U16
+#define PS_NOT_U8(A)(UINT8_MAX-(A))   // Perform bitwise NOT on A which is of type U8
+#define PS_NOT_U16(A)(UINT16_MAX-(A)) // Perform bitwise NOT on A which is of type U16
+#define PS_NOT_U32(A)(UINT32_MAX-(A)) // Perform bitwise NOT on A which is of type U32
+#define PS_NOT_U64(A)(UINT64_MAX-(A)) // Perform bitwise NOT on A which is of type U64
 
 /// @}
Index: /branches/eam_branches/ipp-20250626/psLib/src/math/psMD5.h
===================================================================
--- /branches/eam_branches/ipp-20250626/psLib/src/math/psMD5.h	(revision 42952)
+++ /branches/eam_branches/ipp-20250626/psLib/src/math/psMD5.h	(revision 42953)
@@ -8,5 +8,5 @@
 
 #ifndef PS_MD5_H
-#define PS_MD5_h
+#define PS_MD5_H
 
 /// @addtogroup MathOps Mathematical Operations
