summaryrefslogtreecommitdiff
path: root/lib/spawn_faction_init.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-01-05 23:53:49 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-01-05 23:55:42 -0800
commit51e801f2f297e45a24004ee6256dd1a6c7389074 (patch)
tree441ce192f710ff16aac06764e93800934a11ca6d /lib/spawn_faction_init.c
parent04c1ac696211fdbc9b2dcd0790c352ddb0e9402c (diff)
downloadgnulib-51e801f2f297e45a24004ee6256dd1a6c7389074.tar.gz
In commentary, do not use ` to quote.
Diffstat (limited to 'lib/spawn_faction_init.c')
-rw-r--r--lib/spawn_faction_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spawn_faction_init.c b/lib/spawn_faction_init.c
index ff49ea441c..373c7daf72 100644
--- a/lib/spawn_faction_init.c
+++ b/lib/spawn_faction_init.c
@@ -27,7 +27,7 @@
/* Function used to increase the size of the allocated array. This
- function is called from the `add'-functions. */
+ function is called from the 'add'-functions. */
int
__posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *file_actions)
{
@@ -46,7 +46,7 @@ __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *file_actions)
}
-/* Initialize data structure for file attribute for `spawn' call. */
+/* Initialize data structure for file attribute for 'spawn' call. */
int
posix_spawn_file_actions_init (posix_spawn_file_actions_t *file_actions)
{