summaryrefslogtreecommitdiff
path: root/rts/RtsSymbolInfo.h
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-08-24 12:48:31 -0400
committerBen Gamari <ben@smart-cactus.org>2017-08-25 17:23:48 -0400
commit80ccea855569e1e296829989f892f4a01c8543c5 (patch)
tree900ad73f1388fcd41ef3ece1ae7e8628ca3d6184 /rts/RtsSymbolInfo.h
parentf135fb2ae31462d7451e304bbc06cfbb6c2566ea (diff)
downloadhaskell-80ccea855569e1e296829989f892f4a01c8543c5.tar.gz
rts: Fix references to Note [BFD import library]
Reviewers: austin, erikd, simonmar Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3884
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 9873ff3481..08f14a54c5 100644
--- a/rts/RtsSymbolInfo.h
+++ b/rts/RtsSymbolInfo.h
@@ -11,7 +11,7 @@
#include "LinkerInternals.h"
#include <stdbool.h>
-/* See Note [BFD Import libraries]. */
+/* See Note [BFD Import library]. */
typedef enum _SymbolKind {
KIND_NORMAL = 0x01,
KIND_WEAK = 0x02,