| commit | 20a4315a72ea4df9fe808a5efe374f12f24e2cd1 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Thu Sep 19 23:45:16 2013 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Sep 19 23:45:16 2013 +0200 |
| tree | 6a897319d4b51fd8abd860a170efde137d4df7b0 | |
| parent | 5649900afe6e60296cf8b4ee3ffb6faab6861939 [diff] [blame] |
Fix a comment typo
diff --git a/sysdeps/linux-gnu/hooks.c b/sysdeps/linux-gnu/hooks.c index 17c9160..a0ddb4f 100644 --- a/sysdeps/linux-gnu/hooks.c +++ b/sysdeps/linux-gnu/hooks.c
@@ -161,7 +161,7 @@ VECT_DESTROY(&v, struct opt_F_t, destroy_opt_F_cb, NULL); } - /* SYSCONFDIF is passed via -D when compiling. */ + /* SYSCONFDIR is passed via -D when compiling. */ const char *sysconfdir = SYSCONFDIR; if (sysconfdir != NULL) add_dir(&dirs, sysconfdir, "");