summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2019-04-21 04:21:45 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2019-04-21 04:21:45 +0000
commit19c1120155e22936ba66ffd59f42803fce3e8216 (patch)
treeb1442fb491fe7180636a5fa7ad2c2a103976b831
parentba1873ca791ec6212fbfc1c06e9b8628466b1e57 (diff)
Improve comment grammar
-rwxr-xr-xlib/check_sym6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/check_sym b/lib/check_sym
index c7126c9fb15..bae9508eccf 100755
--- a/lib/check_sym
+++ b/lib/check_sym
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: check_sym,v 1.5 2017/08/11 17:58:21 guenther Exp $
+# $OpenBSD: check_sym,v 1.6 2019/04/21 04:21:44 guenther Exp $
#
# Copyright (c) 2016 Philip Guenther <guenther@openbsd.org>
#
@@ -35,9 +35,9 @@
#
# The shared libraries to compare can be specified on the
# command-line. Otherwise, check_sym expects to be run from the
-# source directory of a library, with a shlib_version file specifying
+# source directory of a library with a shlib_version file specifying
# the version being built and the new library in the obj subdirectory.
-# If the old library to compare against, wasn't specified either then
+# If the old library to compare against wasn't specified either then
# check_sym will take the highest version of that library in the
# *current* directory, or the highest version of that library in
# /usr/lib if it wasn't present in the current directory.