From: Jim Meyering Date: Sat, 26 Sep 2009 17:52:10 +0000 (+0200) Subject: maint: change spelling in comments: s/filesystem/file system/ X-Git-Tag: v1.3.13~14 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3ddb14aeef3e50862b5686fe00fdecff81a396e2;p=debian%2Fgzip maint: change spelling in comments: s/filesystem/file system/ --- diff --git a/atari/Makefile.st b/atari/Makefile.st index c32fe9a..0b13348 100644 --- a/atari/Makefile.st +++ b/atari/Makefile.st @@ -10,7 +10,7 @@ # This Makefile is configured by default for the Atari ST using the # Minix filesytem. It can be modified (for efficiency) for an Atari TT # according to the instructions given below. It must be modified -# for building a TOS-filesystem version. +# for building a TOS-file system version. CC=gcc BASIC_FLAGS = -O2 -DATARI @@ -18,10 +18,10 @@ BASIC_FLAGS = -O2 -DATARI # Use this for a TT-only version #TT_FLAGS = -m68020 -# CFLAGS for building a Minix-filesystem version +# CFLAGS for building a Minix-file system version CFLAGS = $(BASIC_FLAGS) $(TT_FLAGS) -# CFLAGS for building a TOS-filesystem version +# CFLAGS for building a TOS-file system version #CFLAGS = $(BASIC_FLAGS) $(TT_FLAGS) -DTOSFS AS=$(CC) -c diff --git a/vms/Readme.vms b/vms/Readme.vms index 4b9797c..6c5c18b 100644 --- a/vms/Readme.vms +++ b/vms/Readme.vms @@ -12,7 +12,7 @@ README.VMS ! this file, how to install gzip VMS.C ! VMS-specific functions in gzip This file describe, how to compile and install the VMS-Port of gzip. ->>For restrictions or bugs due to the structure of the vms-filesystem +>>For restrictions or bugs due to the structure of the vms-file system refer to gzip.hlp.<< Installing gzip