diff options
Diffstat (limited to 'libraries/base/GHC/ExecutionStack/Internal.hsc')
-rw-r--r-- | libraries/base/GHC/ExecutionStack/Internal.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/ExecutionStack/Internal.hsc b/libraries/base/GHC/ExecutionStack/Internal.hsc index 46deccbd73..87b2e41900 100644 --- a/libraries/base/GHC/ExecutionStack/Internal.hsc +++ b/libraries/base/GHC/ExecutionStack/Internal.hsc @@ -41,7 +41,7 @@ import Foreign.Marshal.Alloc (allocaBytes) import Foreign.Storable (Storable(..)) import System.IO.Unsafe (unsafePerformIO, unsafeInterleaveIO) --- N.B. See includes/rts/Libdw.h for notes on stack representation. +-- N.B. See rts/include/rts/Libdw.h for notes on stack representation. -- | A location in the original program source. data SrcLoc = SrcLoc { sourceFile :: String |