From 61c4d50109aa443a6d49c57599e11163097e6aa3 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Wed, 12 Apr 2017 15:22:59 -0500 Subject: [PATCH] Fix typo in doxygen tag --- platform/CircularBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/CircularBuffer.h b/platform/CircularBuffer.h index 97b1f6e593..b4278d4fba 100644 --- a/platform/CircularBuffer.h +++ b/platform/CircularBuffer.h @@ -24,7 +24,7 @@ namespace mbed { /** Templated Circular buffer class * * @Note Synchronization level: Interrupt safe - * @ingroup plaftorm + * @ingroup platform */ template class CircularBuffer {