summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2018-10-17 12:25:05 -0700
committerBrian C. Lane <bcl@redhat.com>2019-08-09 11:54:54 -0700
commit3a94b0b273136756d9cec93843c4231322420c5c (patch)
treee4e9fd970ac9365efa0f4d58732e26ee2747df61 /include
parent75490f8bb3c59dbc147d86eaa34e162bfc969fed (diff)
downloadparted-3a94b0b273136756d9cec93843c4231322420c5c.tar.gz
Change 'time stamp' to 'timestamp'
Caught by make syntax-check
Diffstat (limited to 'include')
-rw-r--r--include/parted/vtoc.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/parted/vtoc.in.h b/include/parted/vtoc.in.h
index b9da23a..c2756f9 100644
--- a/include/parted/vtoc.in.h
+++ b/include/parted/vtoc.in.h
@@ -242,9 +242,9 @@ struct __attribute__ ((packed)) format4_label {
cylinders. can be zero. valid
only if DS4DEVAV on. */
dev_const_t DS4DEVCT; /* device constants */
- char DS4AMTIM[8]; /* VSAM time stamp */
+ char DS4AMTIM[8]; /* VSAM timestamp */
char DS4AMCAT[3]; /* VSAM catalog indicator */
- char DS4R2TIM[8]; /* VSAM volume/catalog match time stamp */
+ char DS4R2TIM[8]; /* VSAM volume/catalog match timestamp */
char res1[5]; /* reserved */
char DS4F6PTR[5]; /* pointer to first format 6 DSCB */
extent_t DS4VTOCE; /* VTOC extent description */