summaryrefslogtreecommitdiff
path: root/binaryurp/source
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source')
-rwxr-xr-xbinaryurp/source/writer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx
index 9cfffbca126a..47022ffadd92 100755
--- a/binaryurp/source/writer.cxx
+++ b/binaryurp/source/writer.cxx
@@ -132,7 +132,7 @@ void Writer::queueReply(
void Writer::unblock() {
// Assumes that osl::Condition::set works as a memory barrier, so that
- // changes made by preceeding sendDirectRequest/Reply calls are visible to
+ // changes made by preceding sendDirectRequest/Reply calls are visible to
// subsequent sendRequest/Reply calls:
unblocked_.set();
}