From 7709b24b29cd665ef58ae01f61b4401417cc8aae Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Wed, 17 Oct 2018 17:20:10 -0500 Subject: [PATCH] api->API Minor doxygen update, uppercase acronym --- platform/FileHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/FileHandle.h b/platform/FileHandle.h index 03b6399a66..7aec620725 100644 --- a/platform/FileHandle.h +++ b/platform/FileHandle.h @@ -250,7 +250,7 @@ public: * The callback may be called in an interrupt context and should not * perform expensive operations. * - * Note! This is not intended as an attach-like asynchronous api, but rather + * Note! This is not intended as an attach-like asynchronous API, but rather * as a building block for constructing such functionality. * * The exact timing of when the registered function