mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Kernel: Rename "descriptor" to "description" where appropriate.
Now that FileDescription is called that, variables of that type should not be called "descriptor". This is kinda wordy but we'll get used to it.
This commit is contained in:
@@ -142,7 +142,7 @@ static const char* to_string(SocketRole role)
|
||||
}
|
||||
}
|
||||
|
||||
String Socket::absolute_path(const FileDescription& descriptor) const
|
||||
String Socket::absolute_path(const FileDescription& description) const
|
||||
{
|
||||
return String::format("socket:%x (role: %s)", this, to_string(descriptor.socket_role()));
|
||||
return String::format("socket:%x (role: %s)", this, to_string(description.socket_role()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user