summaryrefslogtreecommitdiff
path: root/src/chcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chcon.c')
-rw-r--r--src/chcon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chcon.c b/src/chcon.c
index b62ed3a7d..34e92e411 100644
--- a/src/chcon.c
+++ b/src/chcon.c
@@ -29,7 +29,7 @@
#include "selinux-at.h"
#include "xfts.h"
-/* The official name of this program (e.g., no `g' prefix). */
+/* The official name of this program (e.g., no 'g' prefix). */
#define PROGRAM_NAME "chcon"
#define AUTHORS \
@@ -46,7 +46,7 @@ static bool recurse;
/* Level of verbosity. */
static bool verbose;
-/* Pointer to the device and inode numbers of `/', when --recursive.
+/* Pointer to the device and inode numbers of '/', when --recursive.
Otherwise NULL. */
static struct dev_ino *root_dev_ino;