summaryrefslogtreecommitdiff
path: root/bl31/bl31.mk
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2015-12-17 13:58:58 +0000
committerDan Handley <dan.handley@arm.com>2015-12-21 18:10:12 +0000
commit1645d3ee60a63faf5de6d41a396c540c538240be (patch)
tree6f62c21785d82248fc93ff8f19526464f7df9156 /bl31/bl31.mk
parent3f61835baf6f76afa1a565702d0800f17b4dac5f (diff)
Miscellaneous doc fixes for v1.2
Change-Id: I6f49bd779f2a4d577c6443dd160290656cdbc59b
Diffstat (limited to 'bl31/bl31.mk')
-rw-r--r--bl31/bl31.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/bl31.mk b/bl31/bl31.mk
index 8951159f..0f14bfa0 100644
--- a/bl31/bl31.mk
+++ b/bl31/bl31.mk
@@ -61,7 +61,7 @@ endif
BL31_LINKERFILE := bl31/bl31.ld.S
-# Flag used to inidicate if Crash reporting via console should be included
+# Flag used to indicate if Crash reporting via console should be included
# in BL31. This defaults to being present in DEBUG builds only
ifndef CRASH_REPORTING
CRASH_REPORTING := $(DEBUG)