Browse Source

Fix typo flase -> false in urts_internal.cpp

Fix typo flase -> false in urts_internal.cpp

Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
lzha101 7 years ago
parent
commit
9e0c32ee57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psw/urts/linux/urts_internal.cpp

+ 1 - 1
psw/urts/linux/urts_internal.cpp

@@ -47,7 +47,7 @@ extern "C" sgx_status_t sgx_create_le(const char* file_name, const char* prd_css
 {
     sgx_status_t ret = SGX_SUCCESS;
 
-    //Only true or flase is valid
+    //Only true or false is valid
     if(TRUE != debug &&  FALSE != debug)
         return SGX_ERROR_INVALID_PARAMETER;