diff options
Diffstat (limited to 'lib/spawnattr_init.c')
-rw-r--r-- | lib/spawnattr_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spawnattr_init.c b/lib/spawnattr_init.c index 0475080..b050fb4 100644 --- a/lib/spawnattr_init.c +++ b/lib/spawnattr_init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2009-2011 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -21,7 +21,7 @@ #include <string.h> -/* Initialize data structure for file attribute for `spawn' call. */ +/* Initialize data structure for file attribute for 'spawn' call. */ int posix_spawnattr_init (posix_spawnattr_t *attr) { |