diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-05 12:10:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-05 12:10:12 -0400 |
commit | 8ba4ba0a7492e158640200cb26717abfcc6617b7 (patch) | |
tree | 1ea4b7d84d131ce8624b8c42ec14bda0993d3fa3 /src/common/sandbox.c | |
parent | 267e16ea616b3466652bfee81fec507ea45d96a6 (diff) | |
download | tor-8ba4ba0a7492e158640200cb26717abfcc6617b7.tar.gz tor-8ba4ba0a7492e158640200cb26717abfcc6617b7.zip |
Grammar.
I grepped and hand-inspected the "it's" instances, to see if any
were supposed to be possessive. While doing that, I found a
"the the", so I grepped to see if there were any more.
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 94b2fc6788..838b267ab4 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -1239,7 +1239,7 @@ prot_strings(scmp_filter_ctx ctx, sandbox_cfg_t* cfg) /** * Auxiliary function used in order to allocate a sandbox_cfg_t element and set - * it's values according the the parameter list. All elements are initialised + * its values according the parameter list. All elements are initialised * with the 'prot' field set to false, as the pointer is not protected at this * point. */ |