summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
-rw-r--r--include/parted/vtoc.in.h4
-rw-r--r--libparted/fs/ufs/ufs.c6
3 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap b/bootstrap
index ce90bc4..8d45f7f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -762,7 +762,7 @@ symlink_to_dir()
# Leave any existing symlink alone, if it already points to the source,
# so that broken build tools that care about symlink times
# aren't confused into doing unnecessary builds. Conversely, if the
- # existing symlink's time stamp is older than the source, make it afresh,
+ # existing symlink's timestamp is older than the source, make it afresh,
# so that broken tools aren't confused into skipping needed builds. See
# <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
test -h "$dst" &&
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 */
diff --git a/libparted/fs/ufs/ufs.c b/libparted/fs/ufs/ufs.c
index cf0f441..9d84287 100644
--- a/libparted/fs/ufs/ufs.c
+++ b/libparted/fs/ufs/ufs.c
@@ -97,7 +97,7 @@ struct ufs_super_block {
uint32_t fs_npsect; /* # sectors/track including spares */
} fs_sun;
struct {
- int32_t fs_state; /* file system state time stamp */
+ int32_t fs_state; /* file system state timestamp */
} fs_sunx86;
} fs_u1;
uint32_t fs_interleave; /* hardware sector interleave */
@@ -140,7 +140,7 @@ struct ufs_super_block {
int32_t fs_sparecon[53];/* reserved for future constants */
int32_t fs_reclaim;
int32_t fs_sparecon2[1];
- int32_t fs_state; /* file system state time stamp */
+ int32_t fs_state; /* file system state timestamp */
uint32_t fs_qbmask[2]; /* ~usb_bmask */
uint32_t fs_qfmask[2]; /* ~usb_fmask */
} fs_sun;
@@ -160,7 +160,7 @@ struct ufs_super_block {
uint32_t fs_maxfilesize[2]; /* max representable file size */
uint32_t fs_qbmask[2]; /* ~usb_bmask */
uint32_t fs_qfmask[2]; /* ~usb_fmask */
- int32_t fs_state; /* file system state time stamp */
+ int32_t fs_state; /* file system state timestamp */
} fs_44;
} fs_u2;
int32_t fs_postblformat; /* format of positional layout tables */