Fix "on on" typo in tap-driver.sh comment

It should be "and/or on systems" rather than "and/on on systems"

https://bugzilla.gnome.org/show_bug.cgi?id=724794
This commit is contained in:
Christophe Fergeau 2014-02-20 12:46:55 +01:00 committed by Philip Withnall
parent 42d3ed0013
commit 8d5c30cf90

View File

@ -154,7 +154,7 @@ fi
-v diag_string="$diag_string" \ -v diag_string="$diag_string" \
' '
# FIXME: the usages of "cat >&3" below could be optimized when using # FIXME: the usages of "cat >&3" below could be optimized when using
# FIXME: GNU awk, and/on on systems that supports /dev/fd/. # FIXME: GNU awk, and/or on systems that supports /dev/fd/.
# Implementation note: in what follows, `result_obj` will be an # Implementation note: in what follows, `result_obj` will be an
# associative array that (partly) simulates a TAP result object # associative array that (partly) simulates a TAP result object