Skip to content

Commit f068531

Browse files
committed
Fix typo on edger8r *_u.h generated header file
- "sgx_satus_t" -> "sgx_status_t" Signed-off-by: Fábio Silva <fabio.fernando.osilva@gmail.com>
1 parent 7345138 commit f068531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/edger8r/linux/CodeGen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ let gen_uheader_preemble (guard: string) (inclist: string)=
647647
#include <wchar.h>\n\
648648
#include <stddef.h>\n\
649649
#include <string.h>\n\
650-
#include \"sgx_edger8r.h\" /* for sgx_satus_t etc. */\n" in
650+
#include \"sgx_edger8r.h\" /* for sgx_status_t etc. */\n" in
651651
grd_hdr ^ inc_exp ^ "\n" ^ inclist ^ "\n" ^ common_macros
652652

653653
let ms_writer out_chan ec =

0 commit comments

Comments
 (0)