aboutsummaryrefslogtreecommitdiff
path: root/include/fsp-attn.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-08-26 16:40:10 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-08-26 16:40:10 +1000
commit9eeb5af64be73fb2ca981330b39d0b46acc69057 (patch)
treee6ca9e9388b07aca66da5f86019c8ce0a58715aa /include/fsp-attn.h
parentdd3c3ec045ff47adb5531a49bda50e4c86cd38fa (diff)
downloadskiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.zip
skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.gz
skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.bz2
Fix spelling mistakes
See https://github.com/lucasdemarchi/codespel Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/fsp-attn.h')
-rw-r--r--include/fsp-attn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsp-attn.h b/include/fsp-attn.h
index 1eaa5bb..bc09fcc 100644
--- a/include/fsp-attn.h
+++ b/include/fsp-attn.h
@@ -60,7 +60,7 @@ struct sp_attn_area {
/* Maximum sapphire version length (approx) */
#define VERSION_LEN 80
-/* Upto 10 frames each of length 40 bytes + header = 430 bytes */
+/* Up to 10 frames each of length 40 bytes + header = 430 bytes */
#define BT_FRAME_LEN 430
/* File info length : Use the rest of the memory for file details */
#define FILE_INFO_LEN (TI_MSG_LEN - VERSION_LEN - BT_FRAME_LEN)