diff --git a/sandboxed_api/sandbox2/policybuilder.h b/sandboxed_api/sandbox2/policybuilder.h index c697a78..a786de5 100644 --- a/sandboxed_api/sandbox2/policybuilder.h +++ b/sandboxed_api/sandbox2/policybuilder.h @@ -451,7 +451,7 @@ class PolicyBuilder final { // Builds the policy returning a unique_ptr to it. This should only be called // once. - // This function will abort if an error happened in any off the PolicyBuilder + // This function will abort if an error happened in any of the PolicyBuilder // methods. std::unique_ptr BuildOrDie() { return TryBuild().value(); }