diff --git a/sandboxed_api/sandbox2/policybuilder.h b/sandboxed_api/sandbox2/policybuilder.h index c595614..c252133 100644 --- a/sandboxed_api/sandbox2/policybuilder.h +++ b/sandboxed_api/sandbox2/policybuilder.h @@ -407,7 +407,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(); }