git-svn-id: http://webrtc.googlecode.com/svn/trunk@785 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/src/typedefs.h b/src/typedefs.h
index ca3b509..ba87309 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -28,12 +28,12 @@
 //   - Do we really support PowerPC? Probably not. Remove WEBRTC_MAC_INTEL
 //     from build/common.gypi as well.
 #if defined(WIN32)
-    // Windows & Windows Mobile
+    // Windows & Windows Mobile.
     #if !defined(WEBRTC_TARGET_PC)
         #define WEBRTC_TARGET_PC
     #endif
 #elif defined(__APPLE__)
-    // Mac OS X
+    // Mac OS X.
     #if defined(__LITTLE_ENDIAN__ )
         #if !defined(WEBRTC_TARGET_MAC_INTEL)
             #define WEBRTC_TARGET_MAC_INTEL