Make FIXMEs more grep-able.
diff --git a/controls/edit.c b/controls/edit.c
index 469b9d9..1eb2c9c 100644
--- a/controls/edit.c
+++ b/controls/edit.c
@@ -365,7 +365,7 @@
info.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW);
GetVersionExW( &info );
dwEmulatedVersion = MAKELONG( info.dwMinorVersion, info.dwMajorVersion );
- /* fixme: this may not be 100% correct; see discussion on the
+ /* FIXME: this may not be 100% correct; see discussion on the
* wine developer list in Nov 1999 */
version = dwProcVersion < dwEmulatedVersion ? dwProcVersion : dwEmulatedVersion;
}