summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-15 22:32:18 +0000
committerwiz <wiz@pkgsrc.org>2013-06-15 22:32:18 +0000
commit6c2f911a0b69197aab885114ef6880e50fb80555 (patch)
treeb115e2679104830611ed80847c5959d7bd3b5174 /mk
parent01e3488814204da5e925f4dff221daa37b73d45a (diff)
downloadpkgsrc-6c2f911a0b69197aab885114ef6880e50fb80555.tar.gz
fix typo in comment.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler/gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index b08e928a77f..e0d960b8fe6 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.140 2013/06/15 21:52:11 asau Exp $
+# $NetBSD: gcc.mk,v 1.141 2013/06/15 22:32:18 wiz Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -830,7 +830,7 @@ ${_GCC_${_var_}}:
# On systems without a Fortran compiler, pull one in if needed.
# The default is g95 as it supports a modern dialect, but it can
-# be overriden in mk.conf to use only f2c.
+# be overridden in mk.conf to use only f2c.
#
PKGSRC_FORTRAN?=g95