We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504485d commit f674215Copy full SHA for f674215
src/libxrpl/basics/Mutex.hpp include/xrpl/basics/Mutex.hppsrc/libxrpl/basics/Mutex.hpp renamed to include/xrpl/basics/Mutex.hpp
@@ -1,7 +1,6 @@
1
-//------------------------------------------------------------------------------
2
/*
3
This file is part of clio: https://github.com/XRPLF/clio
4
- Copyright (c) 2024-2026, the clio developers.
+ Copyright (c) 2024, the clio developers.
5
6
Permission to use, copy, modify, and distribute this software for any
7
purpose with or without fee is hereby granted, provided that the above
@@ -24,7 +23,7 @@
24
23
25
namespace xrpl {
26
27
-template <typename ProtectedDataType, typename MutextType>
+template <typename ProtectedDataType, typename MutexType>
28
class Mutex;
29
30
/**
0 commit comments