Commit 7a0fc104 authored by David Auer's avatar David Auer
Browse files

Fix typos

parent 7c2a9b97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ MetadataMergeOperator::FullMergeV2(const MergeOperationInput& merge_in,
        } else if(operand_id == OperandID::create) {
            continue;
        } else {
            throw ::runtime_error("Unrecognized merge operand ID: " +
            throw ::runtime_error("Unrecognized merge operand ID: "s +
                                  (char) operand_id);
        }
    }
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
using namespace std;

/*
 * This file contains all Margo RPC handlers that are concerning management
 * This file contains all Margo RPC handlers that are concerning data
 * operations
 */