]> Dogcows Code - chaz/tar/blobdiff - src/misc.c
tar: quote 'like this', not `like this'
[chaz/tar] / src / misc.c
index 3add37188903ff2d0f194b81ec8c8ce8c3ceed8c..126161b4a037878f603a6a7299eddea4be10926f 100644 (file)
@@ -105,7 +105,7 @@ quote_copy_string (const char *string)
    completes the unquoting anyway.
 
    This is used for reading the saved directory file in incremental
-   dumps.  It is used for decoding old `N' records (demangling names).
+   dumps.  It is used for decoding old 'N' records (demangling names).
    But also, it is used for decoding file arguments, would they come
    from the shell or a -T file, and for decoding the --exclude
    argument.  */
@@ -962,7 +962,7 @@ page_aligned_alloc (void **ptr, size_t size)
 
 struct namebuf
 {
-  char *buffer;                /* directory, `/', and directory member */
+  char *buffer;                /* directory, '/', and directory member */
   size_t buffer_size;  /* allocated size of name_buffer */
   size_t dir_length;   /* length of directory part in buffer */
 };
This page took 0.020799 seconds and 4 git commands to generate.