aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-01 13:48:25 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-01 13:48:25 -0500
commitbaff9aa27370e81e16f4650ccea20446a0b455cc (patch)
tree2eb4f5fb4d523a4bc8c21554561a8ae5a99fdec0 /gdb
parent03b46de59084f558140b632f0868a7e37b7749d3 (diff)
downloadbinutils-baff9aa27370e81e16f4650ccea20446a0b455cc.zip
binutils-baff9aa27370e81e16f4650ccea20446a0b455cc.tar.gz
binutils-baff9aa27370e81e16f4650ccea20446a0b455cc.tar.bz2
gdb: copyright: fix a few comment typos
Diffstat (limited to 'gdb')
-rw-r--r--gdb/copyright.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/copyright.py b/gdb/copyright.py
index 0de15b8..3c44ae2 100644
--- a/gdb/copyright.py
+++ b/gdb/copyright.py
@@ -132,7 +132,7 @@ def may_have_copyright_notice(filename):
This function assumes that the current working directory is that root
directory.
- The algorigthm is fairly crude, meaning that it might return
+ The algorithm is fairly crude, meaning that it might return
some false positives. I do not think it will return any false
negatives... We might improve this function to handle more
complex cases later...
@@ -248,7 +248,7 @@ MULTIPLE_COPYRIGHT_HEADERS = (
"gdb/syscalls/update-netbsd.sh",
)
-# The list of file which have a copyright, but not head by the FSF.
+# The list of file which have a copyright, but not held by the FSF.
# Filenames are relative to the root directory.
NOT_FSF_LIST = (
"gdb/exc_request.defs",