summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index 08e212a23..a7cfc6b78 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -431,7 +431,7 @@ dopass (int fd, struct stat const *st, char const *qname, off_t *sizep,
unsigned long int k, unsigned long int n)
{
off_t size = *sizep;
- off_t offset; /* Current file posiiton */
+ off_t offset; /* Current file position */
time_t thresh IF_LINT ( = 0); /* Time to maybe print next status update */
time_t now = 0; /* Current time */
size_t lim; /* Amount of data to try writing */