Fix typo in string

PiperOrigin-RevId: 345686163
Change-Id: Id9dd0ffeb8becb7a7ed69b5745f144eeb6c069a4
diff --git a/tensorflow/core/profiler/internal/gpu/cupti_collector.cc b/tensorflow/core/profiler/internal/gpu/cupti_collector.cc
index 482c807..684df4f 100644
--- a/tensorflow/core/profiler/internal/gpu/cupti_collector.cc
+++ b/tensorflow/core/profiler/internal/gpu/cupti_collector.cc
@@ -369,7 +369,7 @@
             std::string details = absl::StrCat(
                 activity_name, " bytes:", event.memcpy_info.num_bytes);
             if (event.memcpy_info.async) {
-              absl::StrAppend(&details, " aync");
+              absl::StrAppend(&details, " async");
             }
             if (event.memcpy_info.destination != event.device_id) {
               absl::StrAppend(&details,