From ced59c90a344bf76487305f62d2b3520d38d8bc6 Mon Sep 17 00:00:00 2001 From: Jeremy Legendre Date: Fri, 23 Oct 2020 17:55:45 -0400 Subject: [PATCH] Update DFRFoundation.h --- TouchBarSimulatorService/DFRFoundation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TouchBarSimulatorService/DFRFoundation.h b/TouchBarSimulatorService/DFRFoundation.h index 97c7dc2..9a27b23 100644 --- a/TouchBarSimulatorService/DFRFoundation.h +++ b/TouchBarSimulatorService/DFRFoundation.h @@ -16,7 +16,7 @@ typedef enum { /*! @function DFRTouchBarSimulatorCreate @abstract C-style initializer for DFRTouchBarSimulator - @param generation First generation (2) uses legacy API, secon generation uses newer API as shown in this project + @param generation First generation (2) uses legacy API, second generation (3) uses newer API as shown in this project @param properties This is always NULL so I'm really not sure what options exist. @param sameAsGeneration Not sure why this is needed but if it holds a different value than generation, it won't work. */