diff --git a/less/carousel.less b/less/carousel.less
index d0d90736f9f9b34caa57964e4ee07565fc4e66a0..317963b7fb7adf2c3b7b00a3ea95b4d5cbb46860 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -75,7 +75,7 @@
   color: @carousel-control-color;
   text-align: center;
   text-shadow: @carousel-text-shadow;
-  // We can't have this transition here because webkit cancels the carousel
+  // We can't have this transition here because WebKit cancels the carousel
   // animation if you trip this while in the middle of another animation.
 
   // Set gradients for backgrounds
diff --git a/less/mixins.less b/less/mixins.less
index 62b91f27ba76b140534df5fd73c781bc50a44eda..9a4ce3a4ca13cbb95ceb55e652d2159ec8d330b3 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -27,11 +27,11 @@
   }
 }
 
-// Webkit-style focus
+// WebKit-style focus
 .tab-focus() {
   // Default
   outline: thin dotted #333;
-  // Webkit
+  // WebKit
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
diff --git a/less/progress-bars.less b/less/progress-bars.less
index 0bb3b5852b36563ac272ce1b7ce0e76eb39cfe34..d0bb19e0268a1995432e2ef941c68388aab338ef 100644
--- a/less/progress-bars.less
+++ b/less/progress-bars.less
@@ -6,7 +6,7 @@
 // Bar animations
 // -------------------------
 
-// Webkit
+// WebKit
 @-webkit-keyframes progress-bar-stripes {
   from  { background-position: 40px 0; }
   to    { background-position: 0 0; }