]> Dogcows Code - chaz/tar/blobdiff - src/incremen.c
tar: quote 'like this', not `like this'
[chaz/tar] / src / incremen.c
index 69cbd59a470687af78ba9623c8e5696853b9fa90..04b946f62bdc07f65cc3f48210978b59551b57c8 100644 (file)
@@ -848,7 +848,7 @@ store_rename (struct directory *dir, struct obstack *stk)
         are ignored when hit by this function next time.
         If the chain forms a cycle, prev points to the entry DIR is renamed
         from. In this case it still retains DIRF_RENAMED flag, which will be
-        cleared in the `else' branch below */
+        cleared in the 'else' branch below */
       for (prev = dir; prev && prev->orig != dir; prev = prev->orig)
        DIR_CLEAR_FLAG (prev, DIRF_RENAMED);
 
This page took 0.02345 seconds and 4 git commands to generate.