Index: generic/nsfInt.h =================================================================== diff -u -rbaee0c34119f4b237787204b8c3e64bc04c05782 -ra8c1439e8965d31f21dc61903ffbd3bc1c2e7635 --- generic/nsfInt.h (.../nsfInt.h) (revision baee0c34119f4b237787204b8c3e64bc04c05782) +++ generic/nsfInt.h (.../nsfInt.h) (revision a8c1439e8965d31f21dc61903ffbd3bc1c2e7635) @@ -1366,7 +1366,7 @@ falls back to the prefixed version, if available, and provides a more general fallback to a simple assignment; this is primarily for MSVC; admittedly, this simplification is not generally portable to - platform/compiler combos other then x86, but the best I can think of right + platform/compiler combos other than x86, but the best I can think of right now. One might constrain the assignment-fallback to a platform and leave va_copy undefined in uncaught platform cases (?). */