summaryrefslogtreecommitdiff
path: root/rts/RtsSymbolInfo.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-09-06 14:42:02 +0200
committerGabor Greif <ggreif@gmail.com>2017-09-07 11:55:07 +0200
commitd97a6fe2b97c81a167219eae892d3820c0685435 (patch)
tree4387af534308dbaa966a80f28abc3ceeabf43219 /rts/RtsSymbolInfo.h
parentfee403fd935479e8a1ad563fd07585d91c7e04a2 (diff)
downloadhaskell-d97a6fe2b97c81a167219eae892d3820c0685435.tar.gz
Fix typos in diagnostics, testsuite and comments
Diffstat (limited to 'rts/RtsSymbolInfo.h')
-rw-r--r--rts/RtsSymbolInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsSymbolInfo.h b/rts/RtsSymbolInfo.h
index 08f14a54c5..4c9b24519b 100644
--- a/rts/RtsSymbolInfo.h
+++ b/rts/RtsSymbolInfo.h
@@ -11,7 +11,7 @@
#include "LinkerInternals.h"
#include <stdbool.h>
-/* See Note [BFD Import library]. */
+/* See Note [BFD import library]. */
typedef enum _SymbolKind {
KIND_NORMAL = 0x01,
KIND_WEAK = 0x02,