gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_misc.cpp
index df7196190c5ea03de5c9d372fd74ea83c9e7400b..b079b96b6deafb80fb530699e92d616534d3d97c 100644 (file)
@@ -143,11 +143,11 @@ static void init_native_targets()
 extern "C" void
 lp_set_target_options(void)
 {
-   /* The llvm target registry is not thread-safe, so drivers and state-trackers
+   /* The llvm target registry is not thread-safe, so drivers and gallium frontends
     * that want to initialize targets should use the lp_set_target_options()
     * function to safely initialize targets.
     *
-    * LLVM targets should be initialized before the driver or state-tracker tries
+    * LLVM targets should be initialized before the driver or gallium frontend tries
     * to access the registry.
     */
    call_once(&init_native_targets_once_flag, init_native_targets);