diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-07-10 14:48:23 +0200 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-07-11 16:18:43 +0200 |
commit | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/coredump | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) |
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/coredump')
-rw-r--r-- | src/coredump/coredump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coredump/coredump.c b/src/coredump/coredump.c index 999de63900..82a54968e7 100644 --- a/src/coredump/coredump.c +++ b/src/coredump/coredump.c @@ -811,7 +811,7 @@ static int process_socket(int fd) { goto finish; } - /* Make sure we we got all data we really need */ + /* Make sure we got all data we really need */ assert(context[CONTEXT_PID]); assert(context[CONTEXT_UID]); assert(context[CONTEXT_GID]); |