diff options
Diffstat (limited to 'src/m/sun386.h')
-rw-r--r-- | src/m/sun386.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/sun386.h b/src/m/sun386.h index cf9537ea100..61468f99879 100644 --- a/src/m/sun386.h +++ b/src/m/sun386.h @@ -21,7 +21,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* The following line tells the configuration script what sort of +/* The following line tells the configuration script what sort of operating system this machine is likely to run. USUAL-OPSYS="note" @@ -47,7 +47,7 @@ NOTE-END */ #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) -/* Underscores are not prepended to C symbols on this machine. */ +/* Underscores are not prepended to C symbols on this machine. */ #undef LDAV_SYMBOL #define LDAV_SYMBOL "avenrun" |