diff options
Diffstat (limited to 'paxlib/tar.h')
| -rw-r--r-- | paxlib/tar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paxlib/tar.h b/paxlib/tar.h index d3d4588..3125a4c 100644 --- a/paxlib/tar.h +++ b/paxlib/tar.h @@ -79,9 +79,9 @@ struct posix_header /* tar Header Block, GNU extensions. */ /* In GNU tar, SYMTYPE is for to symbolic links, and CONTTYPE is for - contiguous files, so maybe disobeying the `reserved' comment in POSIX + contiguous files, so maybe disobeying the 'reserved' comment in POSIX header description. I suspect these were meant to be used this way, and - should not have really been `reserved' in the published standards. */ + should not have really been 'reserved' in the published standards. */ /* *BEWARE* *BEWARE* *BEWARE* that the following information is still boiling, and may change. Even if the OLDGNU format description should be |
