Browse Source

[smart] Fix typo in vDSO Kconfig.

bernard 1 tuần trước cách đây
mục cha
commit
7e2b74a693
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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