summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/board_status/getrevision.sh2
-rwxr-xr-xutil/lint/check-style1
2 files changed, 1 insertions, 2 deletions
diff --git a/util/board_status/getrevision.sh b/util/board_status/getrevision.sh
index 5b2612eb0d13..a69520ae24a6 100755
--- a/util/board_status/getrevision.sh
+++ b/util/board_status/getrevision.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# flashrom project but has been heavily modified since then.
+# From the flashrom project but heavily modified since then.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/util/lint/check-style b/util/lint/check-style
index 06b950bcea25..91ed1979d134 100755
--- a/util/lint/check-style
+++ b/util/lint/check-style
@@ -5,7 +5,6 @@
# - create a patch of the proposed style changes
#
# modifications for clang-format by rene.milk@wwu.de
-# at github.
# Link: https://github.com/githubbrowser/Pre-commit-hooks
# Contact: David Martin, david.martin.mailbox@googlemail.com