Typo: output -> content

This commit is contained in:
Orestis Floros 2018-08-17 06:45:20 +03:00
parent 7010644964
commit ba29290123
No known key found for this signature in database
GPG Key ID: E9AD9F32E401E38F
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "all.h"
/*
* Returns the output container below the given output container.
* Returns the content container below the given output container.
*
*/
Con *output_get_content(Con *output) {