- Fix typo accidentally added after testing the build (due to alt-f Q)
Modified: trunk/reactos/include/ndk/rtlfuncs.h
--- trunk/reactos/include/ndk/rtlfuncs.h 2005-11-22 06:22:21 UTC (rev 19452) +++ trunk/reactos/include/ndk/rtlfuncs.h 2005-11-22 06:57:36 UTC (rev 19453) @@ -2230,7 +2230,7 @@
static __inline LARGE_INTEGER NTAPI_INLINE
-RtlConvertLongToLargeIntegerf(
+RtlConvertLongToLargeInteger(
LONG SignedInteger ) {