Skip to content

Commit

Permalink
Fix typo in rcl_validate_enclave_name_with_size() doc (#1168)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Jul 9, 2024
1 parent 5535620 commit 0723613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/include/rcl/validate_enclave_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ rcl_validate_enclave_name(
int * validation_result,
size_t * invalid_index);

/// Deterimine if a given enclave name is valid.
/// Determine if a given enclave name is valid.
/**
* This is an overload of rcl_validate_enclave_name() with an extra parameter
* for the length of enclave.
Expand Down

0 comments on commit 0723613

Please sign in to comment.