diff options
Diffstat (limited to 'lib/open-safer.c')
-rw-r--r-- | lib/open-safer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open-safer.c b/lib/open-safer.c index 48d558fa57..f9bde6ecf4 100644 --- a/lib/open-safer.c +++ b/lib/open-safer.c @@ -36,7 +36,7 @@ open_safer (char const *file, int flags, ...) va_start (ap, flags); /* We have to use PROMOTED_MODE_T instead of mode_t, otherwise GCC 4 - creates crashing code when 'mode_t' is smaller than 'int'. */ + creates crashing code when 'mode_t' is smaller than 'int'. */ mode = va_arg (ap, PROMOTED_MODE_T); va_end (ap); |