aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/crash_generation/crash_generation_server.h
diff options
context:
space:
mode:
authordoshimun <doshimun@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-04-08 19:03:57 +0000
committerdoshimun <doshimun@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-04-08 19:03:57 +0000
commit05ec557277a40d214eb82183392b50e039a022a3 (patch)
tree28519f3a0c8c34381d619624c9f12b254bc5d9f3 /src/client/windows/crash_generation/crash_generation_server.h
parentFix newlines (#253). rs=ted.mielczarek (diff)
downloadbreakpad-05ec557277a40d214eb82183392b50e039a022a3.tar.xz
Some cosmetic/style changes to conform to style guidelines. This time
I waited for the style reviewer to approve all my code so hopefully there should be no more style related check-ins. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@256 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows/crash_generation/crash_generation_server.h')
-rw-r--r--src/client/windows/crash_generation/crash_generation_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/windows/crash_generation/crash_generation_server.h b/src/client/windows/crash_generation/crash_generation_server.h
index f2bfc8e6..6bf55672 100644
--- a/src/client/windows/crash_generation/crash_generation_server.h
+++ b/src/client/windows/crash_generation/crash_generation_server.h
@@ -60,7 +60,7 @@ class CrashGenerationServer {
// Creates an instance with the given parameters.
//
- // Parameter pipe_name: Name of the Windows Named pipe
+ // Parameter pipe_name: Name of the Windows named pipe
// Parameter connect_callback: Callback for a new client connection.
// Parameter connect_context: Context for client connection callback.
// Parameter crash_callback: Callback for a client crash dump request.