Fix typo in ASessionConfig_setGraphicsPipeline signature

Bug: 362801903
Bug: 367803904
Test: atest HintManagerServiceTest
      atest PerformanceHintNativeTest
Flag: EXEMPT_NDK
Change-Id: I04e0248572dd9342d1ac35b8fce80768502c56dc
diff --git a/include/android/performance_hint.h b/include/android/performance_hint.h
index 37d320a..fba063d 100644
--- a/include/android/performance_hint.h
+++ b/include/android/performance_hint.h
@@ -518,7 +518,7 @@
                   pipeline is reached.
  */
 int ASessionCreationConfig_setGraphicsPipeline(
-        ASessionCreationConfig* _Nonnull confi, bool enabled)  __INTRODUCED_IN(36);
+        ASessionCreationConfig* _Nonnull config, bool enabled)  __INTRODUCED_IN(36);
 
 __END_DECLS