summaryrefslogtreecommitdiff
path: root/rts/linker/MachOTypes.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-28 11:59:48 +0200
committerGabor Greif <ggreif@gmail.com>2017-03-28 12:18:43 +0200
commit08a6fc69ce1617bb997cb02584a961ac29a266eb (patch)
tree9a387c89f3e547b6975f8cda1a0e59098a6d4cae /rts/linker/MachOTypes.h
parenteb6ccb7cd8751cd027ee9913e47f1371bfa62289 (diff)
downloadhaskell-08a6fc69ce1617bb997cb02584a961ac29a266eb.tar.gz
Spelling in comments only [ci skip]
Diffstat (limited to 'rts/linker/MachOTypes.h')
-rw-r--r--rts/linker/MachOTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/linker/MachOTypes.h b/rts/linker/MachOTypes.h
index 31bfdb49cd..f78bfca555 100644
--- a/rts/linker/MachOTypes.h
+++ b/rts/linker/MachOTypes.h
@@ -30,7 +30,7 @@ typedef struct scattered_relocation_info MachOScatteredRelocationInfo;
/* Dealing with nlist symbol entries can become
* painful. We'll have our own Symbol struct that
* mirrors the symbol from the nlist and can carry
- * some more infomration (like addr).
+ * some more information (like addr).
*/
typedef struct _MachOSymbol {
SymbolName * name; /* the name of the symbol. */
@@ -101,7 +101,7 @@ typedef struct _ObjectCodeFormatInfo {
*
* These are very similar to the SymbolExtras
* below. However the SymbolExtras are allocated
- * per ObejctCode and not per Section.
+ * per ObjectCode and not per Section.
*
* TODO: Merge SymbolExtras and Stubs.
*/