diff options
Diffstat (limited to 'util/nvramtool/common.c')
-rw-r--r-- | util/nvramtool/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/common.c b/util/nvramtool/common.c index c80c2da6dfaf..45338ec4de01 100644 --- a/util/nvramtool/common.c +++ b/util/nvramtool/common.c @@ -48,7 +48,7 @@ int get_line_from_file(FILE * f, char line[], int line_buf_size) return LINE_EOF; /* If the file contains a line that is too long, then it's best - * to let the user know right away rather than passing back a + * to let the user know right away rather than passing back a * truncated result that will lead to problems later on. */ return (strlen(line) == ((size_t) (line_buf_size - 1))) ? |