remote: Fix comment typo

Change-Id: Ie466a95d354dc8c9d6960f713948426dadc58241
This commit is contained in:
Pau Espin 2020-02-24 10:41:58 +01:00
parent a9a2fe2ad3
commit 666d6c8236
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class RemoteHost(log.Origin):
def change_elf_rpath(self, binary_path, paths):
'''
Change RPATH field in ELF executable binary.
This feature can be used to tell the loaded to load the trial libraries, as
This feature can be used to tell the loader to load the trial libraries, as
LD_LIBRARY_PATH is disabled for paths with modified capabilities.
'''
patchelf_bin = self.remote_env.get('PATCHELF_BIN', None)