mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
fix typo
Signed-off-by: Vincenzo Petrolo <vincenzo@kernel-space.org>
This commit is contained in:
parent
df840ae38f
commit
34dcd72d7d
|
@ -407,7 +407,7 @@ class PolicyBuilder final {
|
||||||
|
|
||||||
// Builds the policy returning a unique_ptr to it. This should only be called
|
// Builds the policy returning a unique_ptr to it. This should only be called
|
||||||
// once.
|
// 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.
|
// methods.
|
||||||
std::unique_ptr<Policy> BuildOrDie() { return TryBuild().value(); }
|
std::unique_ptr<Policy> BuildOrDie() { return TryBuild().value(); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user