Minor comment fix

This commit is contained in:
Warner Losh 2001-05-30 03:25:45 +00:00
parent ecf33dd4c4
commit c619c9a345
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77458

View File

@ -51,7 +51,7 @@
#define DEVBLK 8192 /* default read blksize for devices */ #define DEVBLK 8192 /* default read blksize for devices */
#define FILEBLK 10240 /* default read blksize for files */ #define FILEBLK 10240 /* default read blksize for files */
#define PAXPATHLEN 3072 /* maximum path length for pax. MUST be */ #define PAXPATHLEN 3072 /* maximum path length for pax. MUST be */
/* longer than the system MAXPATHLEN */ /* longer than the system PATH_MAX */
/* /*
* Pax modes of operation * Pax modes of operation