Sfoglia il codice sorgente

[smart] Fix typo in vDSO Kconfig.

bernard 1 settimana fa
parent
commit
7e2b74a693
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/lwp/vdso/Kconfig

+ 1 - 1
components/lwp/vdso/Kconfig

@@ -1,4 +1,4 @@
 config RT_USING_VDSO
-    bool "vDSO (??Virtual Dynamic Shared Object)"
+    bool "vDSO (Virtual Dynamic Shared Object)"
     depends on (ARCH_ARMV8 || ARCH_RISCV)
     default y