aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2016-07-01 09:49:39 -0400
committerJorge Lucangeli Obes <jorgelo@google.com>2016-07-01 09:55:27 -0400
commitdeca9f2fd6cc02dad6d453eedd09eaf4f3baff6b (patch)
tree1dbd4a256062f7357050ce33a77d55aed40f1f2f
parent81e2397c51787ed8682b08e9c732f53cc668401f (diff)
downloadminijail-deca9f2fd6cc02dad6d453eedd09eaf4f3baff6b.tar.gz
Make libminijail.h 80-col clean.
Bug: None Change-Id: I1837d7e0d05671b4d41e747660145790ad04e0c5
-rw-r--r--libminijail.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/libminijail.h b/libminijail.h
index f7a2f1f..a25c01a 100644
--- a/libminijail.h
+++ b/libminijail.h
@@ -171,9 +171,10 @@ int minijail_bind(struct minijail *j, const char *src, const char *dest,
int writeable);
/*
- * Lock this process into the given minijail. Note that this procedure cannot fail,
- * since there is no way to undo privilege-dropping; therefore, if any part of
- * the privilege-drop fails, minijail_enter() will abort the entire process.
+ * Lock this process into the given minijail. Note that this procedure cannot
+ * fail, since there is no way to undo privilege-dropping; therefore, if any
+ * part of the privilege-drop fails, minijail_enter() will abort the entire
+ * process.
*
* Some restrictions cannot be enabled this way (pid namespaces) and attempting
* to do so will cause an abort.
@@ -246,14 +247,14 @@ int minijail_run_pid_pipes_no_preload(struct minijail *j, const char *filename,
int minijail_kill(struct minijail *j);
/*
- * Wait for all processed in the specified minijail to exit. Returns the exit
+ * Wait for all processes in the specified minijail to exit. Returns the exit
* status of the _first_ process spawned in the jail.
*/
int minijail_wait(struct minijail *j);
/*
- * Frees the given minijail. It does not matter if the process is inside the minijail or
- * not.
+ * Frees the given minijail. It does not matter if the process is inside the
+ * minijail or not.
*/
void minijail_destroy(struct minijail *j);