gdb: copyright: fix a few comment typos
This commit is contained in:
parent
03b46de590
commit
baff9aa273
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ def may_have_copyright_notice(filename):
|
||||||
This function assumes that the current working directory is that root
|
This function assumes that the current working directory is that root
|
||||||
directory.
|
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
|
some false positives. I do not think it will return any false
|
||||||
negatives... We might improve this function to handle more
|
negatives... We might improve this function to handle more
|
||||||
complex cases later...
|
complex cases later...
|
||||||
|
@ -248,7 +248,7 @@ MULTIPLE_COPYRIGHT_HEADERS = (
|
||||||
"gdb/syscalls/update-netbsd.sh",
|
"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.
|
# Filenames are relative to the root directory.
|
||||||
NOT_FSF_LIST = (
|
NOT_FSF_LIST = (
|
||||||
"gdb/exc_request.defs",
|
"gdb/exc_request.defs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue