diff options
author | Reid Barton <rwbarton@gmail.com> | 2014-08-20 10:42:10 -0400 |
---|---|---|
committer | Reid Barton <rwbarton@gmail.com> | 2014-08-20 10:42:10 -0400 |
commit | 067bb0d1183573504aa10ac2132c37aa0dac4aa6 (patch) | |
tree | d590cb374513c7519f63ad9e9ea2390430bf7183 /libraries | |
parent | a2d25464bc79102bd81b7889cec9bf534c1c8864 (diff) | |
download | haskell-067bb0d1183573504aa10ac2132c37aa0dac4aa6.tar.gz |
Update a comment in base cbits
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/cbits/PrelIOUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/cbits/PrelIOUtils.c b/libraries/base/cbits/PrelIOUtils.c index 9e05f08396..415e6b7a0d 100644 --- a/libraries/base/cbits/PrelIOUtils.c +++ b/libraries/base/cbits/PrelIOUtils.c @@ -1,7 +1,7 @@ /* * (c) The University of Glasgow 2002 * - * static versions of the inline functions in HsCore.h + * static versions of the inline functions in HsBase.h */ #define INLINE |