summaryrefslogtreecommitdiff
path: root/rts/StgPrimFloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/StgPrimFloat.h')
-rw-r--r--rts/StgPrimFloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgPrimFloat.h b/rts/StgPrimFloat.h
index 70ece8f074..4c77b3d995 100644
--- a/rts/StgPrimFloat.h
+++ b/rts/StgPrimFloat.h
@@ -16,6 +16,6 @@ void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp,
void __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt);
// __{int,word}_encode{Float,Double} are public, declared in
-// includes/rts/PrimFloat.h.
+// rts/include/rts/PrimFloat.h.
#include "EndPrivate.h"