summaryrefslogtreecommitdiff
path: root/sandbox/linux/syscall_broker/broker_file_permission.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/linux/syscall_broker/broker_file_permission.h')
-rw-r--r--sandbox/linux/syscall_broker/broker_file_permission.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/linux/syscall_broker/broker_file_permission.h b/sandbox/linux/syscall_broker/broker_file_permission.h
index ddc62d5629..03300d1d74 100644
--- a/sandbox/linux/syscall_broker/broker_file_permission.h
+++ b/sandbox/linux/syscall_broker/broker_file_permission.h
@@ -61,7 +61,7 @@ class SANDBOX_EXPORT BrokerFilePermission {
// or a pointer the matched path in the whitelist if an absolute
// match.
// If not NULL |unlink_after_open| is set to point to true if the
- // caller should unlink the path after opening.
+ // caller should unlink the path after openning.
// Async signal safe if |file_to_open| is NULL.
bool CheckOpen(const char* requested_filename,
int flags,