Index: sandbox/win/src/sandbox_policy.h |
diff --git a/sandbox/win/src/sandbox_policy.h b/sandbox/win/src/sandbox_policy.h |
index c1af8578866c00981636d7b0b271d176133c7ceb..0c3e84738187e5c28e599fd241a5c5b315cbf733 100644 |
--- a/sandbox/win/src/sandbox_policy.h |
+++ b/sandbox/win/src/sandbox_policy.h |
@@ -80,7 +80,7 @@ class TargetPolicy { |
// not compatible with AppContainer, see SetAppContainer. |
// lockdown: the security level for the token that comes into force after the |
// process calls TargetServices::LowerToken() or the process calls |
- // ReverToSelf(). See the explanation of each level in the TokenLevel |
+ // RevertToSelf(). See the explanation of each level in the TokenLevel |
// definition. |
// Return value: SBOX_ALL_OK if the setting succeeds and false otherwise. |
// Returns false if the lockdown value is more permissive than the initial |