aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/linkers.py')
-rw-r--r--mesonbuild/linkers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/linkers.py b/mesonbuild/linkers.py
index f2fb063..6ca7c03 100644
--- a/mesonbuild/linkers.py
+++ b/mesonbuild/linkers.py
@@ -161,7 +161,7 @@ class ArmarLinker(ArLinker):
self.std_args = ['-csr']
def can_linker_accept_rsp(self) -> bool:
- # armar cann't accept arguments using the @rsp syntax
+ # armar can't accept arguments using the @rsp syntax
return False