diff mbox

Fix typo in #undef in ceph-dencoder

Message ID ortxe7agrk.fsf@livre.home (mailing list archive)
State New, archived
Headers show

Commit Message

Alexandre Oliva Dec. 17, 2013, 10:55 a.m. UTC
I'm pretty sure I posted this long ago, but I don't see that it's made
it.

Comments

Sage Weil Dec. 17, 2013, 5:01 p.m. UTC | #1
applied!

On Tue, 17 Dec 2013, Alexandre Oliva wrote:

> I'm pretty sure I posted this long ago, but I don't see that it's made
> it.
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Fix typo in #undef in ceph-dencoder

From: Alexandre Oliva <oliva@gnu.org>

Signed-off-by: Alexandre Oliva <oliva@gnu.org>
---
 src/test/encoding/ceph_dencoder.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/encoding/ceph_dencoder.cc b/src/test/encoding/ceph_dencoder.cc
index dbed6f5..690ef25 100644
--- a/src/test/encoding/ceph_dencoder.cc
+++ b/src/test/encoding/ceph_dencoder.cc
@@ -209,7 +209,7 @@  int main(int argc, const char **argv)
 #undef TYPEWITHSTRAYDATA
 #undef TYPE_FEATUREFUL
 #undef T_STR
-#undef T_STRRINGIFY
+#undef T_STRINGIFY
 
   vector<const char*> args;
   argv_to_vec(argc, argv, args);