summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id.c b/src/id.c
index 8e0ca0b66..c600e63d3 100644
--- a/src/id.c
+++ b/src/id.c
@@ -31,7 +31,7 @@
#include "quote.h"
#include "group-list.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 "id"
#define AUTHORS \
@@ -55,7 +55,7 @@ static gid_t rgid, egid;
static bool ok = true;
/* The SELinux context. Start with a known invalid value so print_full_info
- knows when `context' has not been set to a meaningful value. */
+ knows when 'context' has not been set to a meaningful value. */
static security_context_t context = NULL;
static struct option const longopts[] =