Fix a few typos
[mesa.git] / src / gallium / state_trackers / wgl / stw_framebuffer.h
index 2b7d173af1a0e6240ffea09f5306bb40f8c20deb..28962c8cbd5e144290b92697448bd036a1eb00c1 100644 (file)
@@ -101,7 +101,7 @@ struct stw_framebuffer
     * acquiring the stw_framebuffer::mutex of the framebuffer to be deleted. 
     * This ensures that nobody else is reading/writing to the.
     * 
-    * It is not necessary to aquire the mutex above to navigate the linked list
+    * It is not necessary to acquire the mutex above to navigate the linked list
     * given that deletions are done with stw_device::fb_mutex held, so no other
     * thread can delete.
     */